Shades of Chateau Green #429C5E
Tints of Chateau Green #429C5E
RGB
CMYK
RGB Variations
Color information
#429C5E (or 0x429C5E) is known color: Chateau Green. HEX triplet: 42, 9C and 5E. RGB value is (66,156,94). Sum of RGB (Red+Green+Blue) = 66+156+94=316 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.89% from 316); Green value is 156 (61.33% from 255 or 49.37% from 316); Blue value is 94 (37.11% from 255 or 29.75% from 316); Max value from RGB is 156 - color contains mainly: green. Hex color #429C5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429C5E is #BD63A1. Grayscale: #7A7A7A. Windows color (decimal): -12411810 or 6200386. OLE color: 6200386.
HSL color Cylindrical-coordinate representation of color #429C5E: hue angle of 138.67º 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 #429C5E is Cyan = 0.58, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 66 | 156 | 94 | - |
| CMYK | 0.58 | 0 | 0.40 | 0.39 |
| HSL | 138.67º | 0.41% | 0.44% | - |
| HSV(B) | 138.67º | 0.58% | 0.61% | - |
| XYZ | 16.16 | 25.74 | 14.71 | - |
| YUV | 122.02 | 112.18 | 88.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 156 | 94 | 0.58 | 0 | 0.40 | 0.39 | 138.67 | 0.41 | 0.44 |
| Hex | 42 | 9C | 5E | 3A | 0 | 28 | 27 | 8B | 29 | 2C |
| Octal | 102 | 234 | 136 | 72 | 0 | 50 | 47 | 213 | 51 | 54 |
| Binary | 1000010 | 10011100 | 1011110 | 111010 | 0 | 101000 | 100111 | 10001011 | 101001 | 101100 |
Color Harmonies of #429C5E
Complementary color
Monochromatic Colors of #429C5E
Black with #429C5E
Text Example
Text Example
White with #429C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429C5E; }
p { color: rgb(66,156,94); }
H1.HeaderClassName
{
color: #429C5E;
}
.AnyTagClassName
{
color: #429C5E;
}
</style>
background-color css
<style>
a { background-color: #429C5E; }
a { background-color: rgb(66,156,94); }
div.DivClassName
{
background-color: #429C5E;
}
.BgClassName
{
background-color: #429C5E;
}
</style>
border-color css
<style>
span { border-color: #429C5E; }
span { border-color: rgb(66,156,94); }
td.TdClassName
{
border-color: #429C5E;
}
.TagClassName
{
border-color: #429C5E;
}
</style>