Shades of Chateau Green #47AB5E
Tints of Chateau Green #47AB5E
RGB
CMYK
RGB Variations
Color information
#47AB5E (or 0x47AB5E) is known color: Chateau Green. HEX triplet: 47, AB and 5E. RGB value is (71,171,94). Sum of RGB (Red+Green+Blue) = 71+171+94=336 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.13% from 336); Green value is 171 (67.19% from 255 or 50.89% from 336); Blue value is 94 (37.11% from 255 or 27.98% from 336); Max value from RGB is 171 - color contains mainly: green. Hex color #47AB5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47AB5E is #B854A1. Grayscale: #848484. Windows color (decimal): -12080290 or 6204231. OLE color: 6204231.
HSL color Cylindrical-coordinate representation of color #47AB5E: hue angle of 133.8º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #47AB5E is Cyan = 0.58, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 71 | 171 | 94 | - |
| CMYK | 0.58 | 0 | 0.45 | 0.33 |
| HSL | 133.8º | 0.41% | 0.47% | - |
| HSV(B) | 133.8º | 0.58% | 0.67% | - |
| XYZ | 19.18 | 31.27 | 15.62 | - |
| YUV | 132.32 | 106.37 | 84.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 171 | 94 | 0.58 | 0 | 0.45 | 0.33 | 133.8 | 0.41 | 0.47 |
| Hex | 47 | AB | 5E | 3A | 0 | 2D | 21 | 86 | 29 | 2F |
| Octal | 107 | 253 | 136 | 72 | 0 | 55 | 41 | 206 | 51 | 57 |
| Binary | 1000111 | 10101011 | 1011110 | 111010 | 0 | 101101 | 100001 | 10000110 | 101001 | 101111 |
Color Harmonies of #47AB5E
Complementary color
Monochromatic Colors of #47AB5E
Black with #47AB5E
Text Example
Text Example
White with #47AB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47AB5E; }
p { color: rgb(71,171,94); }
H1.HeaderClassName
{
color: #47AB5E;
}
.AnyTagClassName
{
color: #47AB5E;
}
</style>
background-color css
<style>
a { background-color: #47AB5E; }
a { background-color: rgb(71,171,94); }
div.DivClassName
{
background-color: #47AB5E;
}
.BgClassName
{
background-color: #47AB5E;
}
</style>
border-color css
<style>
span { border-color: #47AB5E; }
span { border-color: rgb(71,171,94); }
td.TdClassName
{
border-color: #47AB5E;
}
.TagClassName
{
border-color: #47AB5E;
}
</style>