Shades of Chateau Green #47915C
Tints of Chateau Green #47915C
RGB
CMYK
RGB Variations
Color information
#47915C (or 0x47915C) is known color: Chateau Green. HEX triplet: 47, 91 and 5C. RGB value is (71,145,92). Sum of RGB (Red+Green+Blue) = 71+145+92=308 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.05% from 308); Green value is 145 (57.03% from 255 or 47.08% from 308); Blue value is 92 (36.33% from 255 or 29.87% from 308); Max value from RGB is 145 - color contains mainly: green. Hex color #47915C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47915C is #B86EA3. Grayscale: #747474. Windows color (decimal): -12086948 or 6066503. OLE color: 6066503.
HSL color Cylindrical-coordinate representation of color #47915C: hue angle of 137.03º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #47915C is Cyan = 0.51, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 71 | 145 | 92 | - |
| CMYK | 0.51 | 0 | 0.37 | 0.43 |
| HSL | 137.03º | 0.34% | 0.42% | - |
| HSV(B) | 137.03º | 0.51% | 0.57% | - |
| XYZ | 14.66 | 22.36 | 13.67 | - |
| YUV | 116.83 | 113.98 | 95.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 145 | 92 | 0.51 | 0 | 0.37 | 0.43 | 137.03 | 0.34 | 0.42 |
| Hex | 47 | 91 | 5C | 33 | 0 | 25 | 2B | 89 | 22 | 2A |
| Octal | 107 | 221 | 134 | 63 | 0 | 45 | 53 | 211 | 42 | 52 |
| Binary | 1000111 | 10010001 | 1011100 | 110011 | 0 | 100101 | 101011 | 10001001 | 100010 | 101010 |
Color Harmonies of #47915C
Complementary color
Monochromatic Colors of #47915C
Black with #47915C
Text Example
Text Example
White with #47915C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47915C; }
p { color: rgb(71,145,92); }
H1.HeaderClassName
{
color: #47915C;
}
.AnyTagClassName
{
color: #47915C;
}
</style>
background-color css
<style>
a { background-color: #47915C; }
a { background-color: rgb(71,145,92); }
div.DivClassName
{
background-color: #47915C;
}
.BgClassName
{
background-color: #47915C;
}
</style>
border-color css
<style>
span { border-color: #47915C; }
span { border-color: rgb(71,145,92); }
td.TdClassName
{
border-color: #47915C;
}
.TagClassName
{
border-color: #47915C;
}
</style>