Shades of Chateau Green #429D51
Tints of Chateau Green #429D51
RGB
CMYK
RGB Variations
Color information
#429D51 (or 0x429D51) is known color: Chateau Green. HEX triplet: 42, 9D and 51. RGB value is (66,157,81). Sum of RGB (Red+Green+Blue) = 66+157+81=304 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.71% from 304); Green value is 157 (61.72% from 255 or 51.64% from 304); Blue value is 81 (32.03% from 255 or 26.64% from 304); Max value from RGB is 157 - color contains mainly: green. Hex color #429D51 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429D51 is #BD62AE. Grayscale: #797979. Windows color (decimal): -12411567 or 5348674. OLE color: 5348674.
HSL color Cylindrical-coordinate representation of color #429D51: hue angle of 129.89º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #429D51 is Cyan = 0.58, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 66 | 157 | 81 | - |
| CMYK | 0.58 | 0 | 0.48 | 0.38 |
| HSL | 129.89º | 0.41% | 0.44% | - |
| HSV(B) | 129.89º | 0.58% | 0.62% | - |
| XYZ | 15.79 | 25.87 | 11.95 | - |
| YUV | 121.13 | 105.35 | 88.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 157 | 81 | 0.58 | 0 | 0.48 | 0.38 | 129.89 | 0.41 | 0.44 |
| Hex | 42 | 9D | 51 | 3A | 0 | 30 | 26 | 82 | 29 | 2C |
| Octal | 102 | 235 | 121 | 72 | 0 | 60 | 46 | 202 | 51 | 54 |
| Binary | 1000010 | 10011101 | 1010001 | 111010 | 0 | 110000 | 100110 | 10000010 | 101001 | 101100 |
Color Harmonies of #429D51
Complementary color
Monochromatic Colors of #429D51
Black with #429D51
Text Example
Text Example
White with #429D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429D51; }
p { color: rgb(66,157,81); }
H1.HeaderClassName
{
color: #429D51;
}
.AnyTagClassName
{
color: #429D51;
}
</style>
background-color css
<style>
a { background-color: #429D51; }
a { background-color: rgb(66,157,81); }
div.DivClassName
{
background-color: #429D51;
}
.BgClassName
{
background-color: #429D51;
}
</style>
border-color css
<style>
span { border-color: #429D51; }
span { border-color: rgb(66,157,81); }
td.TdClassName
{
border-color: #429D51;
}
.TagClassName
{
border-color: #429D51;
}
</style>