Shades of Chateau Green #429D60
Tints of Chateau Green #429D60
RGB
CMYK
RGB Variations
Color information
#429D60 (or 0x429D60) is known color: Chateau Green. HEX triplet: 42, 9D and 60. RGB value is (66,157,96). Sum of RGB (Red+Green+Blue) = 66+157+96=319 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.69% from 319); Green value is 157 (61.72% from 255 or 49.22% from 319); Blue value is 96 (37.89% from 255 or 30.09% from 319); Max value from RGB is 157 - color contains mainly: green. Hex color #429D60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429D60 is #BD629F. Grayscale: #7A7A7A. Windows color (decimal): -12411552 or 6331714. OLE color: 6331714.
HSL color Cylindrical-coordinate representation of color #429D60: hue angle of 139.78º 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 #429D60 is Cyan = 0.58, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 66 | 157 | 96 | - |
| CMYK | 0.58 | 0 | 0.39 | 0.38 |
| HSL | 139.78º | 0.41% | 0.44% | - |
| HSV(B) | 139.78º | 0.58% | 0.62% | - |
| XYZ | 16.42 | 26.12 | 15.24 | - |
| YUV | 122.84 | 112.85 | 87.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 157 | 96 | 0.58 | 0 | 0.39 | 0.38 | 139.78 | 0.41 | 0.44 |
| Hex | 42 | 9D | 60 | 3A | 0 | 27 | 26 | 8C | 29 | 2C |
| Octal | 102 | 235 | 140 | 72 | 0 | 47 | 46 | 214 | 51 | 54 |
| Binary | 1000010 | 10011101 | 1100000 | 111010 | 0 | 100111 | 100110 | 10001100 | 101001 | 101100 |
Color Harmonies of #429D60
Complementary color
Monochromatic Colors of #429D60
Black with #429D60
Text Example
Text Example
White with #429D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429D60; }
p { color: rgb(66,157,96); }
H1.HeaderClassName
{
color: #429D60;
}
.AnyTagClassName
{
color: #429D60;
}
</style>
background-color css
<style>
a { background-color: #429D60; }
a { background-color: rgb(66,157,96); }
div.DivClassName
{
background-color: #429D60;
}
.BgClassName
{
background-color: #429D60;
}
</style>
border-color css
<style>
span { border-color: #429D60; }
span { border-color: rgb(66,157,96); }
td.TdClassName
{
border-color: #429D60;
}
.TagClassName
{
border-color: #429D60;
}
</style>