Shades of Chateau Green #429963
Tints of Chateau Green #429963
RGB
CMYK
RGB Variations
Color information
#429963 (or 0x429963) is known color: Chateau Green. HEX triplet: 42, 99 and 63. RGB value is (66,153,99). Sum of RGB (Red+Green+Blue) = 66+153+99=318 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.75% from 318); Green value is 153 (60.16% from 255 or 48.11% from 318); Blue value is 99 (39.06% from 255 or 31.13% from 318); Max value from RGB is 153 - color contains mainly: green. Hex color #429963 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429963 is #BD669C. Grayscale: #787878. Windows color (decimal): -12412573 or 6527298. OLE color: 6527298.
HSL color Cylindrical-coordinate representation of color #429963: hue angle of 142.76º 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 #429963 is Cyan = 0.57, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 66 | 153 | 99 | - |
| CMYK | 0.57 | 0 | 0.35 | 0.4 |
| HSL | 142.76º | 0.4% | 0.43% | - |
| HSV(B) | 142.76º | 0.57% | 0.6% | - |
| XYZ | 15.89 | 24.84 | 15.76 | - |
| YUV | 120.83 | 115.68 | 88.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 153 | 99 | 0.57 | 0 | 0.35 | 0.4 | 142.76 | 0.4 | 0.43 |
| Hex | 42 | 99 | 63 | 39 | 0 | 23 | 28 | 8F | 28 | 2B |
| Octal | 102 | 231 | 143 | 71 | 0 | 43 | 50 | 217 | 50 | 53 |
| Binary | 1000010 | 10011001 | 1100011 | 111001 | 0 | 100011 | 101000 | 10001111 | 101000 | 101011 |
Color Harmonies of #429963
Complementary color
Monochromatic Colors of #429963
Black with #429963
Text Example
Text Example
White with #429963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429963; }
p { color: rgb(66,153,99); }
H1.HeaderClassName
{
color: #429963;
}
.AnyTagClassName
{
color: #429963;
}
</style>
background-color css
<style>
a { background-color: #429963; }
a { background-color: rgb(66,153,99); }
div.DivClassName
{
background-color: #429963;
}
.BgClassName
{
background-color: #429963;
}
</style>
border-color css
<style>
span { border-color: #429963; }
span { border-color: rgb(66,153,99); }
td.TdClassName
{
border-color: #429963;
}
.TagClassName
{
border-color: #429963;
}
</style>