Shades of Chateau Green #42AA57
Tints of Chateau Green #42AA57
RGB
CMYK
RGB Variations
Color information
#42AA57 (or 0x42AA57) is known color: Chateau Green. HEX triplet: 42, AA and 57. RGB value is (66,170,87). Sum of RGB (Red+Green+Blue) = 66+170+87=323 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.43% from 323); Green value is 170 (66.80% from 255 or 52.63% from 323); Blue value is 87 (34.38% from 255 or 26.93% from 323); Max value from RGB is 170 - color contains mainly: green. Hex color #42AA57 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42AA57 is #BD55A8. Grayscale: #818181. Windows color (decimal): -12408233 or 5745218. OLE color: 5745218.
HSL color Cylindrical-coordinate representation of color #42AA57: hue angle of 132.12º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #42AA57 is Cyan = 0.61, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 170 | 87 | - |
| CMYK | 0.61 | 0 | 0.49 | 0.33 |
| HSL | 132.12º | 0.44% | 0.46% | - |
| HSV(B) | 132.12º | 0.61% | 0.67% | - |
| XYZ | 18.34 | 30.6 | 13.96 | - |
| YUV | 129.44 | 104.04 | 82.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 170 | 87 | 0.61 | 0 | 0.49 | 0.33 | 132.12 | 0.44 | 0.46 |
| Hex | 42 | AA | 57 | 3D | 0 | 31 | 21 | 84 | 2C | 2E |
| Octal | 102 | 252 | 127 | 75 | 0 | 61 | 41 | 204 | 54 | 56 |
| Binary | 1000010 | 10101010 | 1010111 | 111101 | 0 | 110001 | 100001 | 10000100 | 101100 | 101110 |
Color Harmonies of #42AA57
Complementary color
Monochromatic Colors of #42AA57
Black with #42AA57
Text Example
Text Example
White with #42AA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AA57; }
p { color: rgb(66,170,87); }
H1.HeaderClassName
{
color: #42AA57;
}
.AnyTagClassName
{
color: #42AA57;
}
</style>
background-color css
<style>
a { background-color: #42AA57; }
a { background-color: rgb(66,170,87); }
div.DivClassName
{
background-color: #42AA57;
}
.BgClassName
{
background-color: #42AA57;
}
</style>
border-color css
<style>
span { border-color: #42AA57; }
span { border-color: rgb(66,170,87); }
td.TdClassName
{
border-color: #42AA57;
}
.TagClassName
{
border-color: #42AA57;
}
</style>