Shades of Chateau Green #479255
Tints of Chateau Green #479255
RGB
CMYK
RGB Variations
Color information
#479255 (or 0x479255) is known color: Chateau Green. HEX triplet: 47, 92 and 55. RGB value is (71,146,85). Sum of RGB (Red+Green+Blue) = 71+146+85=302 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.51% from 302); Green value is 146 (57.42% from 255 or 48.34% from 302); Blue value is 85 (33.59% from 255 or 28.15% from 302); Max value from RGB is 146 - color contains mainly: green. Hex color #479255 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479255 is #B86DAA. Grayscale: #747474. Windows color (decimal): -12086699 or 5608007. OLE color: 5608007.
HSL color Cylindrical-coordinate representation of color #479255: hue angle of 131.2º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #479255 is Cyan = 0.51, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 71 | 146 | 85 | - |
| CMYK | 0.51 | 0 | 0.42 | 0.43 |
| HSL | 131.2º | 0.35% | 0.43% | - |
| HSV(B) | 131.2º | 0.51% | 0.57% | - |
| XYZ | 14.52 | 22.55 | 12.18 | - |
| YUV | 116.62 | 110.15 | 95.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 146 | 85 | 0.51 | 0 | 0.42 | 0.43 | 131.2 | 0.35 | 0.43 |
| Hex | 47 | 92 | 55 | 33 | 0 | 2A | 2B | 83 | 23 | 2B |
| Octal | 107 | 222 | 125 | 63 | 0 | 52 | 53 | 203 | 43 | 53 |
| Binary | 1000111 | 10010010 | 1010101 | 110011 | 0 | 101010 | 101011 | 10000011 | 100011 | 101011 |
Color Harmonies of #479255
Complementary color
Monochromatic Colors of #479255
Black with #479255
Text Example
Text Example
White with #479255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479255; }
p { color: rgb(71,146,85); }
H1.HeaderClassName
{
color: #479255;
}
.AnyTagClassName
{
color: #479255;
}
</style>
background-color css
<style>
a { background-color: #479255; }
a { background-color: rgb(71,146,85); }
div.DivClassName
{
background-color: #479255;
}
.BgClassName
{
background-color: #479255;
}
</style>
border-color css
<style>
span { border-color: #479255; }
span { border-color: rgb(71,146,85); }
td.TdClassName
{
border-color: #479255;
}
.TagClassName
{
border-color: #479255;
}
</style>