Shades of Chateau Green #429658
Tints of Chateau Green #429658
RGB
CMYK
RGB Variations
Color information
#429658 (or 0x429658) is known color: Chateau Green. HEX triplet: 42, 96 and 58. RGB value is (66,150,88). Sum of RGB (Red+Green+Blue) = 66+150+88=304 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.71% from 304); Green value is 150 (58.98% from 255 or 49.34% from 304); Blue value is 88 (34.77% from 255 or 28.95% from 304); Max value from RGB is 150 - color contains mainly: green. Hex color #429658 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429658 is #BD69A7. Grayscale: #757575. Windows color (decimal): -12413352 or 5805634. OLE color: 5805634.
HSL color Cylindrical-coordinate representation of color #429658: hue angle of 135.71º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #429658 is Cyan = 0.56, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 66 | 150 | 88 | - |
| CMYK | 0.56 | 0 | 0.41 | 0.41 |
| HSL | 135.71º | 0.39% | 0.42% | - |
| HSV(B) | 135.71º | 0.56% | 0.59% | - |
| XYZ | 14.91 | 23.68 | 13.02 | - |
| YUV | 117.82 | 111.17 | 91.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 150 | 88 | 0.56 | 0 | 0.41 | 0.41 | 135.71 | 0.39 | 0.42 |
| Hex | 42 | 96 | 58 | 38 | 0 | 29 | 29 | 88 | 27 | 2A |
| Octal | 102 | 226 | 130 | 70 | 0 | 51 | 51 | 210 | 47 | 52 |
| Binary | 1000010 | 10010110 | 1011000 | 111000 | 0 | 101001 | 101001 | 10001000 | 100111 | 101010 |
Color Harmonies of #429658
Complementary color
Monochromatic Colors of #429658
Black with #429658
Text Example
Text Example
White with #429658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429658; }
p { color: rgb(66,150,88); }
H1.HeaderClassName
{
color: #429658;
}
.AnyTagClassName
{
color: #429658;
}
</style>
background-color css
<style>
a { background-color: #429658; }
a { background-color: rgb(66,150,88); }
div.DivClassName
{
background-color: #429658;
}
.BgClassName
{
background-color: #429658;
}
</style>
border-color css
<style>
span { border-color: #429658; }
span { border-color: rgb(66,150,88); }
td.TdClassName
{
border-color: #429658;
}
.TagClassName
{
border-color: #429658;
}
</style>