Shades of Chateau Green #429D5C
Tints of Chateau Green #429D5C
RGB
CMYK
RGB Variations
Color information
#429D5C (or 0x429D5C) is known color: Chateau Green. HEX triplet: 42, 9D and 5C. RGB value is (66,157,92). Sum of RGB (Red+Green+Blue) = 66+157+92=315 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.95% from 315); Green value is 157 (61.72% from 255 or 49.84% from 315); Blue value is 92 (36.33% from 255 or 29.21% from 315); Max value from RGB is 157 - color contains mainly: green. Hex color #429D5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429D5C is #BD62A3. Grayscale: #7A7A7A. Windows color (decimal): -12411556 or 6069570. OLE color: 6069570.
HSL color Cylindrical-coordinate representation of color #429D5C: hue angle of 137.14º 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 #429D5C is Cyan = 0.58, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 66 | 157 | 92 | - |
| CMYK | 0.58 | 0 | 0.41 | 0.38 |
| HSL | 137.14º | 0.41% | 0.44% | - |
| HSV(B) | 137.14º | 0.58% | 0.62% | - |
| XYZ | 16.24 | 26.04 | 14.3 | - |
| YUV | 122.38 | 110.85 | 87.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 157 | 92 | 0.58 | 0 | 0.41 | 0.38 | 137.14 | 0.41 | 0.44 |
| Hex | 42 | 9D | 5C | 3A | 0 | 29 | 26 | 89 | 29 | 2C |
| Octal | 102 | 235 | 134 | 72 | 0 | 51 | 46 | 211 | 51 | 54 |
| Binary | 1000010 | 10011101 | 1011100 | 111010 | 0 | 101001 | 100110 | 10001001 | 101001 | 101100 |
Color Harmonies of #429D5C
Complementary color
Monochromatic Colors of #429D5C
Black with #429D5C
Text Example
Text Example
White with #429D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429D5C; }
p { color: rgb(66,157,92); }
H1.HeaderClassName
{
color: #429D5C;
}
.AnyTagClassName
{
color: #429D5C;
}
</style>
background-color css
<style>
a { background-color: #429D5C; }
a { background-color: rgb(66,157,92); }
div.DivClassName
{
background-color: #429D5C;
}
.BgClassName
{
background-color: #429D5C;
}
</style>
border-color css
<style>
span { border-color: #429D5C; }
span { border-color: rgb(66,157,92); }
td.TdClassName
{
border-color: #429D5C;
}
.TagClassName
{
border-color: #429D5C;
}
</style>