#408F51

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

Shades of Chateau Green #408F51

Tints of Chateau Green #408F51

Color information

#408F51 (or 0x408F51) is unknown color: approx Chateau Green. HEX triplet: 40, 8F and 51. RGB value is (64,143,81). Sum of RGB (Red+Green+Blue) = 64+143+81=288 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.22% from 288); Green value is 143 (56.25% from 255 or 49.65% from 288); Blue value is 81 (32.03% from 255 or 28.12% from 288); Max value from RGB is 143 - color contains mainly: green. Hex color #408F51 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408F51 is #BF70AE. Grayscale: #707070. Windows color (decimal): -12546223 or 5345088. OLE color: 5345088.

HSL color Cylindrical-coordinate representation of color #408F51: hue angle of 132.91º 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 #408F51 is Cyan = 0.55, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.44.

Color convert

RGB6414381-
CMYK0.5500.430.44
HSL132.91º38.16%40.59%-
HSV(B)132.91º55.24%56.08%-
XYZ13.4221.3311.19-
YUV112.31110.3393.54-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.22%
GREEN value IS 143 (56.25% from 255) = 49.65%
BLUE value IS 81 (32.03% from 255) = 28.12%
R=22.22%
G=49.65%
B=28.12%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal64143810.5500.430.44132.9138.1640.59
Hex408F513702B2C852629
Octal10021712167053542054651
Binary1000000100011111010001110111010101110110010000101100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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