Shades of Chateau Green #42985A
Tints of Chateau Green #42985A
RGB
CMYK
RGB Variations
Color information
#42985A (or 0x42985A) is known color: Chateau Green. HEX triplet: 42, 98 and 5A. RGB value is (66,152,90). Sum of RGB (Red+Green+Blue) = 66+152+90=308 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.43% from 308); Green value is 152 (59.77% from 255 or 49.35% from 308); Blue value is 90 (35.55% from 255 or 29.22% from 308); Max value from RGB is 152 - color contains mainly: green. Hex color #42985A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42985A is #BD67A5. Grayscale: #777777. Windows color (decimal): -12412838 or 5937218. OLE color: 5937218.
HSL color Cylindrical-coordinate representation of color #42985A: hue angle of 136.74º degrees, saturation: 0.39, 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 #42985A is Cyan = 0.57, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 66 | 152 | 90 | - |
| CMYK | 0.57 | 0 | 0.41 | 0.40 |
| HSL | 136.74º | 0.39% | 0.43% | - |
| HSV(B) | 136.74º | 0.57% | 0.6% | - |
| XYZ | 15.32 | 24.35 | 13.57 | - |
| YUV | 119.22 | 111.51 | 90.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 152 | 90 | 0.57 | 0 | 0.41 | 0.40 | 136.74 | 0.39 | 0.43 |
| Hex | 42 | 98 | 5A | 39 | 0 | 29 | 28 | 89 | 27 | 2B |
| Octal | 102 | 230 | 132 | 71 | 0 | 51 | 50 | 211 | 47 | 53 |
| Binary | 1000010 | 10011000 | 1011010 | 111001 | 0 | 101001 | 101000 | 10001001 | 100111 | 101011 |
Color Harmonies of #42985A
Complementary color
Monochromatic Colors of #42985A
Black with #42985A
Text Example
Text Example
White with #42985A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42985A; }
p { color: rgb(66,152,90); }
H1.HeaderClassName
{
color: #42985A;
}
.AnyTagClassName
{
color: #42985A;
}
</style>
background-color css
<style>
a { background-color: #42985A; }
a { background-color: rgb(66,152,90); }
div.DivClassName
{
background-color: #42985A;
}
.BgClassName
{
background-color: #42985A;
}
</style>
border-color css
<style>
span { border-color: #42985A; }
span { border-color: rgb(66,152,90); }
td.TdClassName
{
border-color: #42985A;
}
.TagClassName
{
border-color: #42985A;
}
</style>