Shades of Chateau Green #47A463
Tints of Chateau Green #47A463
RGB
CMYK
RGB Variations
Color information
#47A463 (or 0x47A463) is known color: Chateau Green. HEX triplet: 47, A4 and 63. RGB value is (71,164,99). Sum of RGB (Red+Green+Blue) = 71+164+99=334 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.26% from 334); Green value is 164 (64.45% from 255 or 49.10% from 334); Blue value is 99 (39.06% from 255 or 29.64% from 334); Max value from RGB is 164 - color contains mainly: green. Hex color #47A463 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47A463 is #B85B9C. Grayscale: #808080. Windows color (decimal): -12082077 or 6530119. OLE color: 6530119.
HSL color Cylindrical-coordinate representation of color #47A463: hue angle of 138.06º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #47A463 is Cyan = 0.57, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 71 | 164 | 99 | - |
| CMYK | 0.57 | 0 | 0.40 | 0.36 |
| HSL | 138.06º | 0.4% | 0.46% | - |
| HSV(B) | 138.06º | 0.57% | 0.64% | - |
| XYZ | 18.13 | 28.79 | 16.41 | - |
| YUV | 128.78 | 111.19 | 86.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 164 | 99 | 0.57 | 0 | 0.40 | 0.36 | 138.06 | 0.4 | 0.46 |
| Hex | 47 | A4 | 63 | 39 | 0 | 28 | 24 | 8A | 28 | 2E |
| Octal | 107 | 244 | 143 | 71 | 0 | 50 | 44 | 212 | 50 | 56 |
| Binary | 1000111 | 10100100 | 1100011 | 111001 | 0 | 101000 | 100100 | 10001010 | 101000 | 101110 |
Color Harmonies of #47A463
Complementary color
Monochromatic Colors of #47A463
Black with #47A463
Text Example
Text Example
White with #47A463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47A463; }
p { color: rgb(71,164,99); }
H1.HeaderClassName
{
color: #47A463;
}
.AnyTagClassName
{
color: #47A463;
}
</style>
background-color css
<style>
a { background-color: #47A463; }
a { background-color: rgb(71,164,99); }
div.DivClassName
{
background-color: #47A463;
}
.BgClassName
{
background-color: #47A463;
}
</style>
border-color css
<style>
span { border-color: #47A463; }
span { border-color: rgb(71,164,99); }
td.TdClassName
{
border-color: #47A463;
}
.TagClassName
{
border-color: #47A463;
}
</style>