Shades of Chateau Green #429C5A
Tints of Chateau Green #429C5A
RGB
CMYK
RGB Variations
Color information
#429C5A (or 0x429C5A) is known color: Chateau Green. HEX triplet: 42, 9C and 5A. RGB value is (66,156,90). Sum of RGB (Red+Green+Blue) = 66+156+90=312 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.15% from 312); Green value is 156 (61.33% from 255 or 50% from 312); Blue value is 90 (35.55% from 255 or 28.85% from 312); Max value from RGB is 156 - color contains mainly: green. Hex color #429C5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429C5A is #BD63A5. Grayscale: #797979. Windows color (decimal): -12411814 or 5938242. OLE color: 5938242.
HSL color Cylindrical-coordinate representation of color #429C5A: hue angle of 136º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #429C5A is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 66 | 156 | 90 | - |
| CMYK | 0.58 | 0 | 0.42 | 0.39 |
| HSL | 136º | 0.41% | 0.44% | - |
| HSV(B) | 136º | 0.58% | 0.61% | - |
| XYZ | 15.98 | 25.67 | 13.79 | - |
| YUV | 121.57 | 110.18 | 88.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 156 | 90 | 0.58 | 0 | 0.42 | 0.39 | 136 | 0.41 | 0.44 |
| Hex | 42 | 9C | 5A | 3A | 0 | 2A | 27 | 88 | 29 | 2C |
| Octal | 102 | 234 | 132 | 72 | 0 | 52 | 47 | 210 | 51 | 54 |
| Binary | 1000010 | 10011100 | 1011010 | 111010 | 0 | 101010 | 100111 | 10001000 | 101001 | 101100 |
Color Harmonies of #429C5A
Complementary color
Monochromatic Colors of #429C5A
Black with #429C5A
Text Example
Text Example
White with #429C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429C5A; }
p { color: rgb(66,156,90); }
H1.HeaderClassName
{
color: #429C5A;
}
.AnyTagClassName
{
color: #429C5A;
}
</style>
background-color css
<style>
a { background-color: #429C5A; }
a { background-color: rgb(66,156,90); }
div.DivClassName
{
background-color: #429C5A;
}
.BgClassName
{
background-color: #429C5A;
}
</style>
border-color css
<style>
span { border-color: #429C5A; }
span { border-color: rgb(66,156,90); }
td.TdClassName
{
border-color: #429C5A;
}
.TagClassName
{
border-color: #429C5A;
}
</style>