Shades of Chateau Green #429254
Tints of Chateau Green #429254
RGB
CMYK
RGB Variations
Color information
#429254 (or 0x429254) is known color: Chateau Green. HEX triplet: 42, 92 and 54. RGB value is (66,146,84). Sum of RGB (Red+Green+Blue) = 66+146+84=296 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.30% from 296); Green value is 146 (57.42% from 255 or 49.32% from 296); Blue value is 84 (33.20% from 255 or 28.38% from 296); Max value from RGB is 146 - color contains mainly: green. Hex color #429254 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429254 is #BD6DAB. Grayscale: #737373. Windows color (decimal): -12414380 or 5542466. OLE color: 5542466.
HSL color Cylindrical-coordinate representation of color #429254: hue angle of 133.5º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #429254 is Cyan = 0.55, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 66 | 146 | 84 | - |
| CMYK | 0.55 | 0 | 0.42 | 0.43 |
| HSL | 133.5º | 0.38% | 0.42% | - |
| HSV(B) | 133.5º | 0.55% | 0.57% | - |
| XYZ | 14.13 | 22.36 | 11.96 | - |
| YUV | 115.01 | 110.5 | 93.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 146 | 84 | 0.55 | 0 | 0.42 | 0.43 | 133.5 | 0.38 | 0.42 |
| Hex | 42 | 92 | 54 | 37 | 0 | 2A | 2B | 86 | 26 | 2A |
| Octal | 102 | 222 | 124 | 67 | 0 | 52 | 53 | 206 | 46 | 52 |
| Binary | 1000010 | 10010010 | 1010100 | 110111 | 0 | 101010 | 101011 | 10000110 | 100110 | 101010 |
Color Harmonies of #429254
Complementary color
Monochromatic Colors of #429254
Black with #429254
Text Example
Text Example
White with #429254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429254; }
p { color: rgb(66,146,84); }
H1.HeaderClassName
{
color: #429254;
}
.AnyTagClassName
{
color: #429254;
}
</style>
background-color css
<style>
a { background-color: #429254; }
a { background-color: rgb(66,146,84); }
div.DivClassName
{
background-color: #429254;
}
.BgClassName
{
background-color: #429254;
}
</style>
border-color css
<style>
span { border-color: #429254; }
span { border-color: rgb(66,146,84); }
td.TdClassName
{
border-color: #429254;
}
.TagClassName
{
border-color: #429254;
}
</style>