Shades of Chateau Green #408F4D
Tints of Chateau Green #408F4D
RGB
CMYK
RGB Variations
Color information
#408F4D (or 0x408F4D) is known color: Chateau Green. HEX triplet: 40, 8F and 4D. RGB value is (64,143,77). Sum of RGB (Red+Green+Blue) = 64+143+77=284 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.54% from 284); Green value is 143 (56.25% from 255 or 50.35% from 284); Blue value is 77 (30.47% from 255 or 27.11% from 284); Max value from RGB is 143 - color contains mainly: green. Hex color #408F4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408F4D is #BF70B2. Grayscale: #707070. Windows color (decimal): -12546227 or 5082944. OLE color: 5082944.
HSL color Cylindrical-coordinate representation of color #408F4D: hue angle of 129.87º 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 #408F4D is Cyan = 0.55, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 64 | 143 | 77 | - |
| CMYK | 0.55 | 0 | 0.46 | 0.44 |
| HSL | 129.87º | 0.38% | 0.41% | - |
| HSV(B) | 129.87º | 0.55% | 0.56% | - |
| XYZ | 13.28 | 21.27 | 10.43 | - |
| YUV | 111.86 | 108.33 | 93.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 143 | 77 | 0.55 | 0 | 0.46 | 0.44 | 129.87 | 0.38 | 0.41 |
| Hex | 40 | 8F | 4D | 37 | 0 | 2E | 2C | 82 | 26 | 29 |
| Octal | 100 | 217 | 115 | 67 | 0 | 56 | 54 | 202 | 46 | 51 |
| Binary | 1000000 | 10001111 | 1001101 | 110111 | 0 | 101110 | 101100 | 10000010 | 100110 | 101001 |
Color Harmonies of #408F4D
Complementary color
Monochromatic Colors of #408F4D
Black with #408F4D
Text Example
Text Example
White with #408F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408F4D; }
p { color: rgb(64,143,77); }
H1.HeaderClassName
{
color: #408F4D;
}
.AnyTagClassName
{
color: #408F4D;
}
</style>
background-color css
<style>
a { background-color: #408F4D; }
a { background-color: rgb(64,143,77); }
div.DivClassName
{
background-color: #408F4D;
}
.BgClassName
{
background-color: #408F4D;
}
</style>
border-color css
<style>
span { border-color: #408F4D; }
span { border-color: rgb(64,143,77); }
td.TdClassName
{
border-color: #408F4D;
}
.TagClassName
{
border-color: #408F4D;
}
</style>