Shades of Chateau Green #479D5E
Tints of Chateau Green #479D5E
RGB
CMYK
RGB Variations
Color information
#479D5E (or 0x479D5E) is known color: Chateau Green. HEX triplet: 47, 9D and 5E. RGB value is (71,157,94). Sum of RGB (Red+Green+Blue) = 71+157+94=322 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.05% from 322); Green value is 157 (61.72% from 255 or 48.76% from 322); Blue value is 94 (37.11% from 255 or 29.19% from 322); Max value from RGB is 157 - color contains mainly: green. Hex color #479D5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479D5E is #B862A1. Grayscale: #7C7C7C. Windows color (decimal): -12083874 or 6200647. OLE color: 6200647.
HSL color Cylindrical-coordinate representation of color #479D5E: hue angle of 136.05º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #479D5E is Cyan = 0.55, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 71 | 157 | 94 | - |
| CMYK | 0.55 | 0 | 0.40 | 0.38 |
| HSL | 136.05º | 0.38% | 0.45% | - |
| HSV(B) | 136.05º | 0.55% | 0.62% | - |
| XYZ | 16.68 | 26.26 | 14.78 | - |
| YUV | 124.1 | 111.01 | 90.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 157 | 94 | 0.55 | 0 | 0.40 | 0.38 | 136.05 | 0.38 | 0.45 |
| Hex | 47 | 9D | 5E | 37 | 0 | 28 | 26 | 88 | 26 | 2D |
| Octal | 107 | 235 | 136 | 67 | 0 | 50 | 46 | 210 | 46 | 55 |
| Binary | 1000111 | 10011101 | 1011110 | 110111 | 0 | 101000 | 100110 | 10001000 | 100110 | 101101 |
Color Harmonies of #479D5E
Complementary color
Monochromatic Colors of #479D5E
Black with #479D5E
Text Example
Text Example
White with #479D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479D5E; }
p { color: rgb(71,157,94); }
H1.HeaderClassName
{
color: #479D5E;
}
.AnyTagClassName
{
color: #479D5E;
}
</style>
background-color css
<style>
a { background-color: #479D5E; }
a { background-color: rgb(71,157,94); }
div.DivClassName
{
background-color: #479D5E;
}
.BgClassName
{
background-color: #479D5E;
}
</style>
border-color css
<style>
span { border-color: #479D5E; }
span { border-color: rgb(71,157,94); }
td.TdClassName
{
border-color: #479D5E;
}
.TagClassName
{
border-color: #479D5E;
}
</style>