Shades of Chateau Green #47A060
Tints of Chateau Green #47A060
RGB
CMYK
RGB Variations
Color information
#47A060 (or 0x47A060) is known color: Chateau Green. HEX triplet: 47, A0 and 60. RGB value is (71,160,96). Sum of RGB (Red+Green+Blue) = 71+160+96=327 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.71% from 327); Green value is 160 (62.89% from 255 or 48.93% from 327); Blue value is 96 (37.89% from 255 or 29.36% from 327); Max value from RGB is 160 - color contains mainly: green. Hex color #47A060 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47A060 is #B85F9F. Grayscale: #7E7E7E. Windows color (decimal): -12083104 or 6332487. OLE color: 6332487.
HSL color Cylindrical-coordinate representation of color #47A060: hue angle of 136.85º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #47A060 is Cyan = 0.56, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 71 | 160 | 96 | - |
| CMYK | 0.56 | 0 | 0.4 | 0.37 |
| HSL | 136.85º | 0.39% | 0.45% | - |
| HSV(B) | 136.85º | 0.56% | 0.63% | - |
| XYZ | 17.28 | 27.33 | 15.43 | - |
| YUV | 126.09 | 111.01 | 88.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 160 | 96 | 0.56 | 0 | 0.4 | 0.37 | 136.85 | 0.39 | 0.45 |
| Hex | 47 | A0 | 60 | 38 | 0 | 28 | 25 | 89 | 27 | 2D |
| Octal | 107 | 240 | 140 | 70 | 0 | 50 | 45 | 211 | 47 | 55 |
| Binary | 1000111 | 10100000 | 1100000 | 111000 | 0 | 101000 | 100101 | 10001001 | 100111 | 101101 |
Color Harmonies of #47A060
Complementary color
Monochromatic Colors of #47A060
Black with #47A060
Text Example
Text Example
White with #47A060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47A060; }
p { color: rgb(71,160,96); }
H1.HeaderClassName
{
color: #47A060;
}
.AnyTagClassName
{
color: #47A060;
}
</style>
background-color css
<style>
a { background-color: #47A060; }
a { background-color: rgb(71,160,96); }
div.DivClassName
{
background-color: #47A060;
}
.BgClassName
{
background-color: #47A060;
}
</style>
border-color css
<style>
span { border-color: #47A060; }
span { border-color: rgb(71,160,96); }
td.TdClassName
{
border-color: #47A060;
}
.TagClassName
{
border-color: #47A060;
}
</style>