#41914F

Color #41914F Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #41914F

Tints of Chateau Green #41914F

Color information

#41914F (or 0x41914F) is unknown color: approx Chateau Green. HEX triplet: 41, 91 and 4F. RGB value is (65,145,79). Sum of RGB (Red+Green+Blue) = 65+145+79=289 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.49% from 289); Green value is 145 (57.03% from 255 or 50.17% from 289); Blue value is 79 (31.25% from 255 or 27.34% from 289); Max value from RGB is 145 - color contains mainly: green. Hex color #41914F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41914F is #BE6EB0. Grayscale: #717171. Windows color (decimal): -12480177 or 5214529. OLE color: 5214529.

HSL color Cylindrical-coordinate representation of color #41914F: hue angle of 130.5º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #41914F is Cyan = 0.55, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.43.

Color convert

RGB6514579-
CMYK0.5500.460.43
HSL130.5º38.1%41.18%-
HSV(B)130.5º55.17%56.86%-
XYZ13.7221.9410.91-
YUV113.56108.593.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 65 (25.78% from 255) = 22.49%
GREEN value IS 145 (57.03% from 255) = 50.17%
BLUE value IS 79 (31.25% from 255) = 27.34%
R=22.49%
G=50.17%
B=27.34%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal65145790.5500.460.43130.538.141.18
Hex41914F3702E2B822629
Octal10122111767056532024651
Binary1000001100100011001111110111010111010101110000010100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41914F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41914F; }

 p { color: rgb(65,145,79); }

 H1.HeaderClassName
 {
   color: #41914F;
 }
 .AnyTagClassName
 {
   color: #41914F;
 }
</style>
background-color css

<style>
 a { background-color: #41914F; }

 a { background-color: rgb(65,145,79); }

 div.DivClassName
 {
   background-color: #41914F;
 }
 .BgClassName
 {
   background-color: #41914F;
 }
</style>
border-color css

<style>
 span { border-color: #41914F; }

 span { border-color: rgb(65,145,79); }

 td.TdClassName
 {
   border-color: #41914F;
 }
 .TagClassName
 {
   border-color: #41914F;
 }
</style>