#408F55

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

Shades of Chateau Green #408F55

Tints of Chateau Green #408F55

Color information

#408F55 (or 0x408F55) is unknown color: approx Chateau Green. HEX triplet: 40, 8F and 55. RGB value is (64,143,85). Sum of RGB (Red+Green+Blue) = 64+143+85=292 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.92% from 292); Green value is 143 (56.25% from 255 or 48.97% from 292); Blue value is 85 (33.59% from 255 or 29.11% from 292); Max value from RGB is 143 - color contains mainly: green. Hex color #408F55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408F55 is #BF70AA. Grayscale: #707070. Windows color (decimal): -12546219 or 5607232. OLE color: 5607232.

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

Color convert

RGB6414385-
CMYK0.5500.410.44
HSL135.95º38.16%40.59%-
HSV(B)135.95º55.24%56.08%-
XYZ13.5821.3912.01-
YUV112.77112.3393.22-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.92%
GREEN value IS 143 (56.25% from 255) = 48.97%
BLUE value IS 85 (33.59% from 255) = 29.11%
R=21.92%
G=48.97%
B=29.11%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal64143850.5500.410.44135.9538.1640.59
Hex408F55370292C882629
Octal10021712567051542104651
Binary1000000100011111010101110111010100110110010001000100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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