Shades of Chateau Green #429555
Tints of Chateau Green #429555
RGB
CMYK
RGB Variations
Color information
#429555 (or 0x429555) is known color: Chateau Green. HEX triplet: 42, 95 and 55. RGB value is (66,149,85). Sum of RGB (Red+Green+Blue) = 66+149+85=300 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22% from 300); Green value is 149 (58.59% from 255 or 49.67% from 300); Blue value is 85 (33.59% from 255 or 28.33% from 300); Max value from RGB is 149 - color contains mainly: green. Hex color #429555 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429555 is #BD6AAA. Grayscale: #757575. Windows color (decimal): -12413611 or 5608770. OLE color: 5608770.
HSL color Cylindrical-coordinate representation of color #429555: hue angle of 133.73º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #429555 is Cyan = 0.56, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 66 | 149 | 85 | - |
| CMYK | 0.56 | 0 | 0.43 | 0.42 |
| HSL | 133.73º | 0.39% | 0.42% | - |
| HSV(B) | 133.73º | 0.56% | 0.58% | - |
| XYZ | 14.63 | 23.31 | 12.32 | - |
| YUV | 116.89 | 110 | 91.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 149 | 85 | 0.56 | 0 | 0.43 | 0.42 | 133.73 | 0.39 | 0.42 |
| Hex | 42 | 95 | 55 | 38 | 0 | 2B | 2A | 86 | 27 | 2A |
| Octal | 102 | 225 | 125 | 70 | 0 | 53 | 52 | 206 | 47 | 52 |
| Binary | 1000010 | 10010101 | 1010101 | 111000 | 0 | 101011 | 101010 | 10000110 | 100111 | 101010 |
Color Harmonies of #429555
Complementary color
Monochromatic Colors of #429555
Black with #429555
Text Example
Text Example
White with #429555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429555; }
p { color: rgb(66,149,85); }
H1.HeaderClassName
{
color: #429555;
}
.AnyTagClassName
{
color: #429555;
}
</style>
background-color css
<style>
a { background-color: #429555; }
a { background-color: rgb(66,149,85); }
div.DivClassName
{
background-color: #429555;
}
.BgClassName
{
background-color: #429555;
}
</style>
border-color css
<style>
span { border-color: #429555; }
span { border-color: rgb(66,149,85); }
td.TdClassName
{
border-color: #429555;
}
.TagClassName
{
border-color: #429555;
}
</style>