Shades of Chateau Green #47A25D
Tints of Chateau Green #47A25D
RGB
CMYK
RGB Variations
Color information
#47A25D (or 0x47A25D) is known color: Chateau Green. HEX triplet: 47, A2 and 5D. RGB value is (71,162,93). Sum of RGB (Red+Green+Blue) = 71+162+93=326 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.78% from 326); Green value is 162 (63.67% from 255 or 49.69% from 326); Blue value is 93 (36.72% from 255 or 28.53% from 326); Max value from RGB is 162 - color contains mainly: green. Hex color #47A25D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47A25D is #B85DA2. Grayscale: #7F7F7F. Windows color (decimal): -12082595 or 6136391. OLE color: 6136391.
HSL color Cylindrical-coordinate representation of color #47A25D: hue angle of 134.51º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #47A25D is Cyan = 0.56, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 71 | 162 | 93 | - |
| CMYK | 0.56 | 0 | 0.43 | 0.36 |
| HSL | 134.51º | 0.39% | 0.46% | - |
| HSV(B) | 134.51º | 0.56% | 0.64% | - |
| XYZ | 17.49 | 27.97 | 14.83 | - |
| YUV | 126.93 | 108.85 | 88.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 162 | 93 | 0.56 | 0 | 0.43 | 0.36 | 134.51 | 0.39 | 0.46 |
| Hex | 47 | A2 | 5D | 38 | 0 | 2B | 24 | 87 | 27 | 2E |
| Octal | 107 | 242 | 135 | 70 | 0 | 53 | 44 | 207 | 47 | 56 |
| Binary | 1000111 | 10100010 | 1011101 | 111000 | 0 | 101011 | 100100 | 10000111 | 100111 | 101110 |
Color Harmonies of #47A25D
Complementary color
Monochromatic Colors of #47A25D
Black with #47A25D
Text Example
Text Example
White with #47A25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47A25D; }
p { color: rgb(71,162,93); }
H1.HeaderClassName
{
color: #47A25D;
}
.AnyTagClassName
{
color: #47A25D;
}
</style>
background-color css
<style>
a { background-color: #47A25D; }
a { background-color: rgb(71,162,93); }
div.DivClassName
{
background-color: #47A25D;
}
.BgClassName
{
background-color: #47A25D;
}
</style>
border-color css
<style>
span { border-color: #47A25D; }
span { border-color: rgb(71,162,93); }
td.TdClassName
{
border-color: #47A25D;
}
.TagClassName
{
border-color: #47A25D;
}
</style>