Shades of Chateau Green #429D55
Tints of Chateau Green #429D55
RGB
CMYK
RGB Variations
Color information
#429D55 (or 0x429D55) is known color: Chateau Green. HEX triplet: 42, 9D and 55. RGB value is (66,157,85). Sum of RGB (Red+Green+Blue) = 66+157+85=308 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.43% from 308); Green value is 157 (61.72% from 255 or 50.97% from 308); Blue value is 85 (33.59% from 255 or 27.60% from 308); Max value from RGB is 157 - color contains mainly: green. Hex color #429D55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429D55 is #BD62AA. Grayscale: #797979. Windows color (decimal): -12411563 or 5610818. OLE color: 5610818.
HSL color Cylindrical-coordinate representation of color #429D55: hue angle of 132.53º 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 #429D55 is Cyan = 0.58, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 66 | 157 | 85 | - |
| CMYK | 0.58 | 0 | 0.46 | 0.38 |
| HSL | 132.53º | 0.41% | 0.44% | - |
| HSV(B) | 132.53º | 0.58% | 0.62% | - |
| XYZ | 15.94 | 25.93 | 12.76 | - |
| YUV | 121.58 | 107.35 | 88.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 157 | 85 | 0.58 | 0 | 0.46 | 0.38 | 132.53 | 0.41 | 0.44 |
| Hex | 42 | 9D | 55 | 3A | 0 | 2E | 26 | 85 | 29 | 2C |
| Octal | 102 | 235 | 125 | 72 | 0 | 56 | 46 | 205 | 51 | 54 |
| Binary | 1000010 | 10011101 | 1010101 | 111010 | 0 | 101110 | 100110 | 10000101 | 101001 | 101100 |
Color Harmonies of #429D55
Complementary color
Monochromatic Colors of #429D55
Black with #429D55
Text Example
Text Example
White with #429D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429D55; }
p { color: rgb(66,157,85); }
H1.HeaderClassName
{
color: #429D55;
}
.AnyTagClassName
{
color: #429D55;
}
</style>
background-color css
<style>
a { background-color: #429D55; }
a { background-color: rgb(66,157,85); }
div.DivClassName
{
background-color: #429D55;
}
.BgClassName
{
background-color: #429D55;
}
</style>
border-color css
<style>
span { border-color: #429D55; }
span { border-color: rgb(66,157,85); }
td.TdClassName
{
border-color: #429D55;
}
.TagClassName
{
border-color: #429D55;
}
</style>