Shades of Chateau Green #408F53
Tints of Chateau Green #408F53
RGB
CMYK
RGB Variations
Color information
#408F53 (or 0x408F53) is known color: Chateau Green. HEX triplet: 40, 8F and 53. RGB value is (64,143,83). Sum of RGB (Red+Green+Blue) = 64+143+83=290 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.07% from 290); Green value is 143 (56.25% from 255 or 49.31% from 290); Blue value is 83 (32.81% from 255 or 28.62% from 290); Max value from RGB is 143 - color contains mainly: green. Hex color #408F53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408F53 is #BF70AC. Grayscale: #707070. Windows color (decimal): -12546221 or 5476160. OLE color: 5476160.
HSL color Cylindrical-coordinate representation of color #408F53: hue angle of 134.43º 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 #408F53 is Cyan = 0.55, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 64 | 143 | 83 | - |
| CMYK | 0.55 | 0 | 0.42 | 0.44 |
| HSL | 134.43º | 0.38% | 0.41% | - |
| HSV(B) | 134.43º | 0.55% | 0.56% | - |
| XYZ | 13.5 | 21.36 | 11.59 | - |
| YUV | 112.54 | 111.33 | 93.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 143 | 83 | 0.55 | 0 | 0.42 | 0.44 | 134.43 | 0.38 | 0.41 |
| Hex | 40 | 8F | 53 | 37 | 0 | 2A | 2C | 86 | 26 | 29 |
| Octal | 100 | 217 | 123 | 67 | 0 | 52 | 54 | 206 | 46 | 51 |
| Binary | 1000000 | 10001111 | 1010011 | 110111 | 0 | 101010 | 101100 | 10000110 | 100110 | 101001 |
Color Harmonies of #408F53
Complementary color
Monochromatic Colors of #408F53
Black with #408F53
Text Example
Text Example
White with #408F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408F53; }
p { color: rgb(64,143,83); }
H1.HeaderClassName
{
color: #408F53;
}
.AnyTagClassName
{
color: #408F53;
}
</style>
background-color css
<style>
a { background-color: #408F53; }
a { background-color: rgb(64,143,83); }
div.DivClassName
{
background-color: #408F53;
}
.BgClassName
{
background-color: #408F53;
}
</style>
border-color css
<style>
span { border-color: #408F53; }
span { border-color: rgb(64,143,83); }
td.TdClassName
{
border-color: #408F53;
}
.TagClassName
{
border-color: #408F53;
}
</style>