#408D5A

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

Shades of Chateau Green #408D5A

Tints of Chateau Green #408D5A

Color information

#408D5A (or 0x408D5A) is unknown color: approx Chateau Green. HEX triplet: 40, 8D and 5A. RGB value is (64,141,90). Sum of RGB (Red+Green+Blue) = 64+141+90=295 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.69% from 295); Green value is 141 (55.47% from 255 or 47.80% from 295); Blue value is 90 (35.55% from 255 or 30.51% from 295); Max value from RGB is 141 - color contains mainly: green. Hex color #408D5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408D5A is #BF72A5. Grayscale: #707070. Windows color (decimal): -12546726 or 5934400. OLE color: 5934400.

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

Color convert

RGB6414190-
CMYK0.5500.360.45
HSL140.26º37.56%40.2%-
HSV(B)140.26º54.61%55.29%-
XYZ13.4820.8812.99-
YUV112.16115.4993.65-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.69%
GREEN value IS 141 (55.47% from 255) = 47.80%
BLUE value IS 90 (35.55% from 255) = 30.51%
R=21.69%
G=47.80%
B=30.51%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal64141900.5500.360.45140.2637.5640.2
Hex408D5A370242D8c2628
Octal10021513267044552144650
Binary1000000100011011011010110111010010010110110001100100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,141,90); }

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

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

 a { background-color: rgb(64,141,90); }

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

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

 span { border-color: rgb(64,141,90); }

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