Shades of Chateau Green #408A52
Tints of Chateau Green #408A52
RGB
CMYK
RGB Variations
Color information
#408A52 (or 0x408A52) is known color: Chateau Green. HEX triplet: 40, 8A and 52. RGB value is (64,138,82). Sum of RGB (Red+Green+Blue) = 64+138+82=284 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.54% from 284); Green value is 138 (54.30% from 255 or 48.59% from 284); Blue value is 82 (32.42% from 255 or 28.87% from 284); Max value from RGB is 138 - color contains mainly: green. Hex color #408A52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408A52 is #BF75AD. Grayscale: #6D6D6D. Windows color (decimal): -12547502 or 5409344. OLE color: 5409344.
HSL color Cylindrical-coordinate representation of color #408A52: hue angle of 134.59º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #408A52 is Cyan = 0.54, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 64 | 138 | 82 | - |
| CMYK | 0.54 | 0 | 0.41 | 0.46 |
| HSL | 134.59º | 0.37% | 0.4% | - |
| HSV(B) | 134.59º | 0.54% | 0.54% | - |
| XYZ | 12.73 | 19.88 | 11.15 | - |
| YUV | 109.49 | 112.48 | 95.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 138 | 82 | 0.54 | 0 | 0.41 | 0.46 | 134.59 | 0.37 | 0.4 |
| Hex | 40 | 8A | 52 | 36 | 0 | 29 | 2E | 87 | 25 | 28 |
| Octal | 100 | 212 | 122 | 66 | 0 | 51 | 56 | 207 | 45 | 50 |
| Binary | 1000000 | 10001010 | 1010010 | 110110 | 0 | 101001 | 101110 | 10000111 | 100101 | 101000 |
Color Harmonies of #408A52
Complementary color
Monochromatic Colors of #408A52
Black with #408A52
Text Example
Text Example
White with #408A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408A52; }
p { color: rgb(64,138,82); }
H1.HeaderClassName
{
color: #408A52;
}
.AnyTagClassName
{
color: #408A52;
}
</style>
background-color css
<style>
a { background-color: #408A52; }
a { background-color: rgb(64,138,82); }
div.DivClassName
{
background-color: #408A52;
}
.BgClassName
{
background-color: #408A52;
}
</style>
border-color css
<style>
span { border-color: #408A52; }
span { border-color: rgb(64,138,82); }
td.TdClassName
{
border-color: #408A52;
}
.TagClassName
{
border-color: #408A52;
}
</style>