#408E4A

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

Shades of Chateau Green #408E4A

Tints of Chateau Green #408E4A

Color information

#408E4A (or 0x408E4A) is unknown color: approx Chateau Green. HEX triplet: 40, 8E and 4A. RGB value is (64,142,74). Sum of RGB (Red+Green+Blue) = 64+142+74=280 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.86% from 280); Green value is 142 (55.86% from 255 or 50.71% from 280); Blue value is 74 (29.30% from 255 or 26.43% from 280); Max value from RGB is 142 - color contains mainly: green. Hex color #408E4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #408E4A is #BF71B5. Grayscale: #6F6F6F. Windows color (decimal): -12546486 or 4886080. OLE color: 4886080.

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

Color convert

RGB6414274-
CMYK0.5500.480.44
HSL127.69º37.86%40.39%-
HSV(B)127.69º54.93%55.69%-
XYZ13.0220.939.83-
YUV110.93107.1694.53-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.86%
GREEN value IS 142 (55.86% from 255) = 50.71%
BLUE value IS 74 (29.30% from 255) = 26.43%
R=22.86%
G=50.71%
B=26.43%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal64142740.5500.480.44127.6937.8640.39
Hex408E4A370302C802628
Octal10021611267060542004650
Binary1000000100011101001010110111011000010110010000000100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,142,74); }

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

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

 a { background-color: rgb(64,142,74); }

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

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

 span { border-color: rgb(64,142,74); }

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