Shades of Chateau Green #47AF5A
Tints of Chateau Green #47AF5A
RGB
CMYK
RGB Variations
Color information
#47AF5A (or 0x47AF5A) is known color: Chateau Green. HEX triplet: 47, AF and 5A. RGB value is (71,175,90). Sum of RGB (Red+Green+Blue) = 71+175+90=336 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.13% from 336); Green value is 175 (68.75% from 255 or 52.08% from 336); Blue value is 90 (35.55% from 255 or 26.79% from 336); Max value from RGB is 175 - color contains mainly: green. Hex color #47AF5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47AF5A is #B850A5. Grayscale: #868686. Windows color (decimal): -12079270 or 5943111. OLE color: 5943111.
HSL color Cylindrical-coordinate representation of color #47AF5A: hue angle of 130.96º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #47AF5A is Cyan = 0.59, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 71 | 175 | 90 | - |
| CMYK | 0.59 | 0 | 0.49 | 0.31 |
| HSL | 130.96º | 0.42% | 0.48% | - |
| HSV(B) | 130.96º | 0.59% | 0.69% | - |
| XYZ | 19.77 | 32.74 | 14.95 | - |
| YUV | 134.21 | 103.04 | 82.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 175 | 90 | 0.59 | 0 | 0.49 | 0.31 | 130.96 | 0.42 | 0.48 |
| Hex | 47 | AF | 5A | 3B | 0 | 31 | 1F | 83 | 2A | 30 |
| Octal | 107 | 257 | 132 | 73 | 0 | 61 | 37 | 203 | 52 | 60 |
| Binary | 1000111 | 10101111 | 1011010 | 111011 | 0 | 110001 | 11111 | 10000011 | 101010 | 110000 |
Color Harmonies of #47AF5A
Complementary color
Monochromatic Colors of #47AF5A
Black with #47AF5A
Text Example
Text Example
White with #47AF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47AF5A; }
p { color: rgb(71,175,90); }
H1.HeaderClassName
{
color: #47AF5A;
}
.AnyTagClassName
{
color: #47AF5A;
}
</style>
background-color css
<style>
a { background-color: #47AF5A; }
a { background-color: rgb(71,175,90); }
div.DivClassName
{
background-color: #47AF5A;
}
.BgClassName
{
background-color: #47AF5A;
}
</style>
border-color css
<style>
span { border-color: #47AF5A; }
span { border-color: rgb(71,175,90); }
td.TdClassName
{
border-color: #47AF5A;
}
.TagClassName
{
border-color: #47AF5A;
}
</style>