Shades of Chateau Green #42A054
Tints of Chateau Green #42A054
RGB
CMYK
RGB Variations
Color information
#42A054 (or 0x42A054) is known color: Chateau Green. HEX triplet: 42, A0 and 54. RGB value is (66,160,84). Sum of RGB (Red+Green+Blue) = 66+160+84=310 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.29% from 310); Green value is 160 (62.89% from 255 or 51.61% from 310); Blue value is 84 (33.20% from 255 or 27.10% from 310); Max value from RGB is 160 - color contains mainly: green. Hex color #42A054 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42A054 is #BD5FAB. Grayscale: #7B7B7B. Windows color (decimal): -12410796 or 5546050. OLE color: 5546050.
HSL color Cylindrical-coordinate representation of color #42A054: hue angle of 131.49º 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 #42A054 is Cyan = 0.59, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 66 | 160 | 84 | - |
| CMYK | 0.59 | 0 | 0.48 | 0.37 |
| HSL | 131.49º | 0.42% | 0.44% | - |
| HSV(B) | 131.49º | 0.59% | 0.63% | - |
| XYZ | 16.42 | 26.94 | 12.72 | - |
| YUV | 123.23 | 105.86 | 87.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 160 | 84 | 0.59 | 0 | 0.48 | 0.37 | 131.49 | 0.42 | 0.44 |
| Hex | 42 | A0 | 54 | 3B | 0 | 30 | 25 | 83 | 2A | 2C |
| Octal | 102 | 240 | 124 | 73 | 0 | 60 | 45 | 203 | 52 | 54 |
| Binary | 1000010 | 10100000 | 1010100 | 111011 | 0 | 110000 | 100101 | 10000011 | 101010 | 101100 |
Color Harmonies of #42A054
Complementary color
Monochromatic Colors of #42A054
Black with #42A054
Text Example
Text Example
White with #42A054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42A054; }
p { color: rgb(66,160,84); }
H1.HeaderClassName
{
color: #42A054;
}
.AnyTagClassName
{
color: #42A054;
}
</style>
background-color css
<style>
a { background-color: #42A054; }
a { background-color: rgb(66,160,84); }
div.DivClassName
{
background-color: #42A054;
}
.BgClassName
{
background-color: #42A054;
}
</style>
border-color css
<style>
span { border-color: #42A054; }
span { border-color: rgb(66,160,84); }
td.TdClassName
{
border-color: #42A054;
}
.TagClassName
{
border-color: #42A054;
}
</style>