Shades of Chateau Green #47955C
Tints of Chateau Green #47955C
RGB
CMYK
RGB Variations
Color information
#47955C (or 0x47955C) is known color: Chateau Green. HEX triplet: 47, 95 and 5C. RGB value is (71,149,92). Sum of RGB (Red+Green+Blue) = 71+149+92=312 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.76% from 312); Green value is 149 (58.59% from 255 or 47.76% from 312); Blue value is 92 (36.33% from 255 or 29.49% from 312); Max value from RGB is 149 - color contains mainly: green. Hex color #47955C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47955C is #B86AA3. Grayscale: #777777. Windows color (decimal): -12085924 or 6067527. OLE color: 6067527.
HSL color Cylindrical-coordinate representation of color #47955C: hue angle of 136.15º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #47955C is Cyan = 0.52, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 71 | 149 | 92 | - |
| CMYK | 0.52 | 0 | 0.38 | 0.42 |
| HSL | 136.15º | 0.35% | 0.43% | - |
| HSV(B) | 136.15º | 0.52% | 0.58% | - |
| XYZ | 15.28 | 23.61 | 13.88 | - |
| YUV | 119.18 | 112.66 | 93.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 149 | 92 | 0.52 | 0 | 0.38 | 0.42 | 136.15 | 0.35 | 0.43 |
| Hex | 47 | 95 | 5C | 34 | 0 | 26 | 2A | 88 | 23 | 2B |
| Octal | 107 | 225 | 134 | 64 | 0 | 46 | 52 | 210 | 43 | 53 |
| Binary | 1000111 | 10010101 | 1011100 | 110100 | 0 | 100110 | 101010 | 10001000 | 100011 | 101011 |
Color Harmonies of #47955C
Complementary color
Monochromatic Colors of #47955C
Black with #47955C
Text Example
Text Example
White with #47955C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47955C; }
p { color: rgb(71,149,92); }
H1.HeaderClassName
{
color: #47955C;
}
.AnyTagClassName
{
color: #47955C;
}
</style>
background-color css
<style>
a { background-color: #47955C; }
a { background-color: rgb(71,149,92); }
div.DivClassName
{
background-color: #47955C;
}
.BgClassName
{
background-color: #47955C;
}
</style>
border-color css
<style>
span { border-color: #47955C; }
span { border-color: rgb(71,149,92); }
td.TdClassName
{
border-color: #47955C;
}
.TagClassName
{
border-color: #47955C;
}
</style>