Shades of Chateau Green #429A5C
Tints of Chateau Green #429A5C
RGB
CMYK
RGB Variations
Color information
#429A5C (or 0x429A5C) is known color: Chateau Green. HEX triplet: 42, 9A and 5C. RGB value is (66,154,92). Sum of RGB (Red+Green+Blue) = 66+154+92=312 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.15% from 312); Green value is 154 (60.55% from 255 or 49.36% from 312); Blue value is 92 (36.33% from 255 or 29.49% from 312); Max value from RGB is 154 - color contains mainly: green. Hex color #429A5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429A5C is #BD65A3. Grayscale: #787878. Windows color (decimal): -12412324 or 6068802. OLE color: 6068802.
HSL color Cylindrical-coordinate representation of color #429A5C: hue angle of 137.73º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #429A5C is Cyan = 0.57, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 66 | 154 | 92 | - |
| CMYK | 0.57 | 0 | 0.40 | 0.40 |
| HSL | 137.73º | 0.4% | 0.43% | - |
| HSV(B) | 137.73º | 0.57% | 0.6% | - |
| XYZ | 15.73 | 25.04 | 14.13 | - |
| YUV | 120.62 | 111.85 | 89.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 154 | 92 | 0.57 | 0 | 0.40 | 0.40 | 137.73 | 0.4 | 0.43 |
| Hex | 42 | 9A | 5C | 39 | 0 | 28 | 28 | 8A | 28 | 2B |
| Octal | 102 | 232 | 134 | 71 | 0 | 50 | 50 | 212 | 50 | 53 |
| Binary | 1000010 | 10011010 | 1011100 | 111001 | 0 | 101000 | 101000 | 10001010 | 101000 | 101011 |
Color Harmonies of #429A5C
Complementary color
Monochromatic Colors of #429A5C
Black with #429A5C
Text Example
Text Example
White with #429A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429A5C; }
p { color: rgb(66,154,92); }
H1.HeaderClassName
{
color: #429A5C;
}
.AnyTagClassName
{
color: #429A5C;
}
</style>
background-color css
<style>
a { background-color: #429A5C; }
a { background-color: rgb(66,154,92); }
div.DivClassName
{
background-color: #429A5C;
}
.BgClassName
{
background-color: #429A5C;
}
</style>
border-color css
<style>
span { border-color: #429A5C; }
span { border-color: rgb(66,154,92); }
td.TdClassName
{
border-color: #429A5C;
}
.TagClassName
{
border-color: #429A5C;
}
</style>