Shades of Chateau Green #429C60
Tints of Chateau Green #429C60
RGB
CMYK
RGB Variations
Color information
#429C60 (or 0x429C60) is known color: Chateau Green. HEX triplet: 42, 9C and 60. RGB value is (66,156,96). Sum of RGB (Red+Green+Blue) = 66+156+96=318 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.75% from 318); Green value is 156 (61.33% from 255 or 49.06% from 318); Blue value is 96 (37.89% from 255 or 30.19% from 318); Max value from RGB is 156 - color contains mainly: green. Hex color #429C60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429C60 is #BD639F. Grayscale: #7A7A7A. Windows color (decimal): -12411808 or 6331458. OLE color: 6331458.
HSL color Cylindrical-coordinate representation of color #429C60: hue angle of 140º 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 #429C60 is Cyan = 0.58, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 66 | 156 | 96 | - |
| CMYK | 0.58 | 0 | 0.38 | 0.39 |
| HSL | 140º | 0.41% | 0.44% | - |
| HSV(B) | 140º | 0.58% | 0.61% | - |
| XYZ | 16.25 | 25.78 | 15.19 | - |
| YUV | 122.25 | 113.18 | 87.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 156 | 96 | 0.58 | 0 | 0.38 | 0.39 | 140 | 0.41 | 0.44 |
| Hex | 42 | 9C | 60 | 3A | 0 | 26 | 27 | 8C | 29 | 2C |
| Octal | 102 | 234 | 140 | 72 | 0 | 46 | 47 | 214 | 51 | 54 |
| Binary | 1000010 | 10011100 | 1100000 | 111010 | 0 | 100110 | 100111 | 10001100 | 101001 | 101100 |
Color Harmonies of #429C60
Complementary color
Monochromatic Colors of #429C60
Black with #429C60
Text Example
Text Example
White with #429C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429C60; }
p { color: rgb(66,156,96); }
H1.HeaderClassName
{
color: #429C60;
}
.AnyTagClassName
{
color: #429C60;
}
</style>
background-color css
<style>
a { background-color: #429C60; }
a { background-color: rgb(66,156,96); }
div.DivClassName
{
background-color: #429C60;
}
.BgClassName
{
background-color: #429C60;
}
</style>
border-color css
<style>
span { border-color: #429C60; }
span { border-color: rgb(66,156,96); }
td.TdClassName
{
border-color: #429C60;
}
.TagClassName
{
border-color: #429C60;
}
</style>