Shades of Chateau Green #47975B
Tints of Chateau Green #47975B
RGB
CMYK
RGB Variations
Color information
#47975B (or 0x47975B) is known color: Chateau Green. HEX triplet: 47, 97 and 5B. RGB value is (71,151,91). Sum of RGB (Red+Green+Blue) = 71+151+91=313 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.68% from 313); Green value is 151 (59.38% from 255 or 48.24% from 313); Blue value is 91 (35.94% from 255 or 29.07% from 313); Max value from RGB is 151 - color contains mainly: green. Hex color #47975B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47975B is #B868A4. Grayscale: #787878. Windows color (decimal): -12085413 or 6002503. OLE color: 6002503.
HSL color Cylindrical-coordinate representation of color #47975B: hue angle of 135º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #47975B is Cyan = 0.53, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 71 | 151 | 91 | - |
| CMYK | 0.53 | 0 | 0.40 | 0.41 |
| HSL | 135º | 0.36% | 0.44% | - |
| HSV(B) | 135º | 0.53% | 0.59% | - |
| XYZ | 15.55 | 24.23 | 13.75 | - |
| YUV | 120.24 | 111.5 | 92.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 151 | 91 | 0.53 | 0 | 0.40 | 0.41 | 135 | 0.36 | 0.44 |
| Hex | 47 | 97 | 5B | 35 | 0 | 28 | 29 | 87 | 24 | 2C |
| Octal | 107 | 227 | 133 | 65 | 0 | 50 | 51 | 207 | 44 | 54 |
| Binary | 1000111 | 10010111 | 1011011 | 110101 | 0 | 101000 | 101001 | 10000111 | 100100 | 101100 |
Color Harmonies of #47975B
Complementary color
Monochromatic Colors of #47975B
Black with #47975B
Text Example
Text Example
White with #47975B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47975B; }
p { color: rgb(71,151,91); }
H1.HeaderClassName
{
color: #47975B;
}
.AnyTagClassName
{
color: #47975B;
}
</style>
background-color css
<style>
a { background-color: #47975B; }
a { background-color: rgb(71,151,91); }
div.DivClassName
{
background-color: #47975B;
}
.BgClassName
{
background-color: #47975B;
}
</style>
border-color css
<style>
span { border-color: #47975B; }
span { border-color: rgb(71,151,91); }
td.TdClassName
{
border-color: #47975B;
}
.TagClassName
{
border-color: #47975B;
}
</style>