Shades of Chateau Green #479A5E
Tints of Chateau Green #479A5E
RGB
CMYK
RGB Variations
Color information
#479A5E (or 0x479A5E) is known color: Chateau Green. HEX triplet: 47, 9A and 5E. RGB value is (71,154,94). Sum of RGB (Red+Green+Blue) = 71+154+94=319 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.26% from 319); Green value is 154 (60.55% from 255 or 48.28% from 319); Blue value is 94 (37.11% from 255 or 29.47% from 319); Max value from RGB is 154 - color contains mainly: green. Hex color #479A5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479A5E is #B865A1. Grayscale: #7A7A7A. Windows color (decimal): -12084642 or 6199879. OLE color: 6199879.
HSL color Cylindrical-coordinate representation of color #479A5E: hue angle of 136.63º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #479A5E is Cyan = 0.54, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 71 | 154 | 94 | - |
| CMYK | 0.54 | 0 | 0.39 | 0.40 |
| HSL | 136.63º | 0.37% | 0.44% | - |
| HSV(B) | 136.63º | 0.54% | 0.6% | - |
| XYZ | 16.17 | 25.26 | 14.61 | - |
| YUV | 122.34 | 112 | 91.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 154 | 94 | 0.54 | 0 | 0.39 | 0.40 | 136.63 | 0.37 | 0.44 |
| Hex | 47 | 9A | 5E | 36 | 0 | 27 | 28 | 89 | 25 | 2C |
| Octal | 107 | 232 | 136 | 66 | 0 | 47 | 50 | 211 | 45 | 54 |
| Binary | 1000111 | 10011010 | 1011110 | 110110 | 0 | 100111 | 101000 | 10001001 | 100101 | 101100 |
Color Harmonies of #479A5E
Complementary color
Monochromatic Colors of #479A5E
Black with #479A5E
Text Example
Text Example
White with #479A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479A5E; }
p { color: rgb(71,154,94); }
H1.HeaderClassName
{
color: #479A5E;
}
.AnyTagClassName
{
color: #479A5E;
}
</style>
background-color css
<style>
a { background-color: #479A5E; }
a { background-color: rgb(71,154,94); }
div.DivClassName
{
background-color: #479A5E;
}
.BgClassName
{
background-color: #479A5E;
}
</style>
border-color css
<style>
span { border-color: #479A5E; }
span { border-color: rgb(71,154,94); }
td.TdClassName
{
border-color: #479A5E;
}
.TagClassName
{
border-color: #479A5E;
}
</style>