Color Hex Logo

#41954d Color Hex

#41954D
(65,149,77)
0 Favorites   0 Comments

Color spaces of #41954d

RGB 6514977
HSL0.360.390.42
HSV129°56°58°
CMYK 0.560.000.48   0.42
XYZ14.267023.154510.7385
Yxy23.15450.29620.4808
Hunter Lab48.1191-31.284420.4519
CIE-Lab55.2311-41.304330.4082

#41954d color RGB value is (65,149,77).

#41954d hex color red value is 65, green value is 149 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #41954d hue: 0.36 , saturation: 0.39 and the lightness value of 41954d is 0.42.

The process color (four color CMYK) of #41954d color hex is 0.56, 0.00, 0.48, 0.42. Web safe color of #41954d is #339966. Color #41954d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10010101 01001101
Octal 101 225 115
Decimal 65 149 77
Hex 41 95 4D

RGB Percentages of Color #41954d

%22.34
%51.20
%26.46

CMYK Percentages of Color #41954d

%56
%0
%48
%42

Triadic Colors of #41954d

#41954d #4d4195 #954d41

Analogous Colors of #41954d

#41954d #419577 #5f9541

Monochromatic Colors of #41954d

#41954d

Complementary Color

#41954d #954189

#41954d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41954d Color Preview on White Background

Lorem ipsum dolor sit amet.

#41954d Color CSS Codes

.mybgcolor {background-color:#41954d; } 
.myforecolor {color:#41954d; }
.mybordercolor {border:3px solid #41954d; }

#41954d Text Font Color

<p style="color:#41954d">Text here</p>

This sample text font color is #41954d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#41954d Background Color

<div style="background-color:#41954d">
Div content here</div>

This div background color is #41954d


#41954d Border Color

<div style="border:3px solid #41954d">
Div here</div>

This div border color is #41954d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,149,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #41954d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #41954d;
  -webkit-box-shadow: 1px 1px 3px 2px #41954d;
  box-shadow:         1px 1px 3px 2px #41954d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,149,77, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #41954d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #41954d;
  -webkit-box-shadow: 1px 1px 3px 2px #41954d;
  box-shadow:         1px 1px 3px 2px #41954d;">
Div content here</div>

This div box has shadow with color #41954d


Comments

No comments written yet.

Please login to write comment.