Shades of Chateau Green #47965D
Tints of Chateau Green #47965D
RGB
CMYK
RGB Variations
Color information
#47965D (or 0x47965D) is known color: Chateau Green. HEX triplet: 47, 96 and 5D. RGB value is (71,150,93). Sum of RGB (Red+Green+Blue) = 71+150+93=314 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.61% from 314); Green value is 150 (58.98% from 255 or 47.77% from 314); Blue value is 93 (36.72% from 255 or 29.62% from 314); Max value from RGB is 150 - color contains mainly: green. Hex color #47965D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47965D is #B869A2. Grayscale: #787878. Windows color (decimal): -12085667 or 6133319. OLE color: 6133319.
HSL color Cylindrical-coordinate representation of color #47965D: hue angle of 136.71º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #47965D is Cyan = 0.53, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 71 | 150 | 93 | - |
| CMYK | 0.53 | 0 | 0.38 | 0.41 |
| HSL | 136.71º | 0.36% | 0.43% | - |
| HSV(B) | 136.71º | 0.53% | 0.59% | - |
| XYZ | 15.48 | 23.94 | 14.16 | - |
| YUV | 119.88 | 112.83 | 93.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 150 | 93 | 0.53 | 0 | 0.38 | 0.41 | 136.71 | 0.36 | 0.43 |
| Hex | 47 | 96 | 5D | 35 | 0 | 26 | 29 | 89 | 24 | 2B |
| Octal | 107 | 226 | 135 | 65 | 0 | 46 | 51 | 211 | 44 | 53 |
| Binary | 1000111 | 10010110 | 1011101 | 110101 | 0 | 100110 | 101001 | 10001001 | 100100 | 101011 |
Color Harmonies of #47965D
Complementary color
Monochromatic Colors of #47965D
Black with #47965D
Text Example
Text Example
White with #47965D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47965D; }
p { color: rgb(71,150,93); }
H1.HeaderClassName
{
color: #47965D;
}
.AnyTagClassName
{
color: #47965D;
}
</style>
background-color css
<style>
a { background-color: #47965D; }
a { background-color: rgb(71,150,93); }
div.DivClassName
{
background-color: #47965D;
}
.BgClassName
{
background-color: #47965D;
}
</style>
border-color css
<style>
span { border-color: #47965D; }
span { border-color: rgb(71,150,93); }
td.TdClassName
{
border-color: #47965D;
}
.TagClassName
{
border-color: #47965D;
}
</style>