#408C4F

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

Shades of Chateau Green #408C4F

Tints of Chateau Green #408C4F

Color information

#408C4F (or 0x408C4F) is unknown color: approx Chateau Green. HEX triplet: 40, 8C and 4F. RGB value is (64,140,79). Sum of RGB (Red+Green+Blue) = 64+140+79=283 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.61% from 283); Green value is 140 (55.08% from 255 or 49.47% from 283); Blue value is 79 (31.25% from 255 or 27.92% from 283); Max value from RGB is 140 - color contains mainly: green. Hex color #408C4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408C4F is #BF73B0. Grayscale: #6E6E6E. Windows color (decimal): -12546993 or 5213248. OLE color: 5213248.

HSL color Cylindrical-coordinate representation of color #408C4F: hue angle of 131.84º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #408C4F is Cyan = 0.54, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.45.

Color convert

RGB6414079-
CMYK0.5400.440.45
HSL131.84º37.25%40%-
HSV(B)131.84º54.29%54.9%-
XYZ12.920.4110.66-
YUV110.32110.3294.96-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.61%
GREEN value IS 140 (55.08% from 255) = 49.47%
BLUE value IS 79 (31.25% from 255) = 27.92%
R=22.61%
G=49.47%
B=27.92%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal64140790.5400.440.45131.8437.2540
Hex408C4F3602C2D842528
Octal10021411766054552044550
Binary1000000100011001001111110110010110010110110000100100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408C4F; }

 p { color: rgb(64,140,79); }

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

<style>
 a { background-color: #408C4F; }

 a { background-color: rgb(64,140,79); }

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

<style>
 span { border-color: #408C4F; }

 span { border-color: rgb(64,140,79); }

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