Shades of Chateau Green #42A05A
Tints of Chateau Green #42A05A
RGB
CMYK
RGB Variations
Color information
#42A05A (or 0x42A05A) is known color: Chateau Green. HEX triplet: 42, A0 and 5A. RGB value is (66,160,90). Sum of RGB (Red+Green+Blue) = 66+160+90=316 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.89% from 316); Green value is 160 (62.89% from 255 or 50.63% from 316); Blue value is 90 (35.55% from 255 or 28.48% from 316); Max value from RGB is 160 - color contains mainly: green. Hex color #42A05A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42A05A is #BD5FA5. Grayscale: #7C7C7C. Windows color (decimal): -12410790 or 5939266. OLE color: 5939266.
HSL color Cylindrical-coordinate representation of color #42A05A: hue angle of 135.32º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #42A05A is Cyan = 0.59, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 66 | 160 | 90 | - |
| CMYK | 0.59 | 0 | 0.44 | 0.37 |
| HSL | 135.32º | 0.42% | 0.44% | - |
| HSV(B) | 135.32º | 0.59% | 0.63% | - |
| XYZ | 16.66 | 27.04 | 14.01 | - |
| YUV | 123.91 | 108.86 | 86.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 160 | 90 | 0.59 | 0 | 0.44 | 0.37 | 135.32 | 0.42 | 0.44 |
| Hex | 42 | A0 | 5A | 3B | 0 | 2C | 25 | 87 | 2A | 2C |
| Octal | 102 | 240 | 132 | 73 | 0 | 54 | 45 | 207 | 52 | 54 |
| Binary | 1000010 | 10100000 | 1011010 | 111011 | 0 | 101100 | 100101 | 10000111 | 101010 | 101100 |
Color Harmonies of #42A05A
Complementary color
Monochromatic Colors of #42A05A
Black with #42A05A
Text Example
Text Example
White with #42A05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42A05A; }
p { color: rgb(66,160,90); }
H1.HeaderClassName
{
color: #42A05A;
}
.AnyTagClassName
{
color: #42A05A;
}
</style>
background-color css
<style>
a { background-color: #42A05A; }
a { background-color: rgb(66,160,90); }
div.DivClassName
{
background-color: #42A05A;
}
.BgClassName
{
background-color: #42A05A;
}
</style>
border-color css
<style>
span { border-color: #42A05A; }
span { border-color: rgb(66,160,90); }
td.TdClassName
{
border-color: #42A05A;
}
.TagClassName
{
border-color: #42A05A;
}
</style>