#408F50

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

Shades of Chateau Green #408F50

Tints of Chateau Green #408F50

Color information

#408F50 (or 0x408F50) is unknown color: approx Chateau Green. HEX triplet: 40, 8F and 50. RGB value is (64,143,80). Sum of RGB (Red+Green+Blue) = 64+143+80=287 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.30% from 287); Green value is 143 (56.25% from 255 or 49.83% from 287); Blue value is 80 (31.64% from 255 or 27.87% from 287); Max value from RGB is 143 - color contains mainly: green. Hex color #408F50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408F50 is #BF70AF. Grayscale: #707070. Windows color (decimal): -12546224 or 5279552. OLE color: 5279552.

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

Color convert

RGB6414380-
CMYK0.5500.440.44
HSL132.15º38.16%40.59%-
HSV(B)132.15º55.24%56.08%-
XYZ13.3821.3111-
YUV112.2109.8393.62-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.30%
GREEN value IS 143 (56.25% from 255) = 49.83%
BLUE value IS 80 (31.64% from 255) = 27.87%
R=22.30%
G=49.83%
B=27.87%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal64143800.5500.440.44132.1538.1640.59
Hex408F503702C2C842629
Octal10021712067054542044651
Binary1000000100011111010000110111010110010110010000100100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,143,80); }

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

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

 a { background-color: rgb(64,143,80); }

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

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

 span { border-color: rgb(64,143,80); }

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