Shades of Chateau Green #479C65
Tints of Chateau Green #479C65
RGB
CMYK
RGB Variations
Color information
#479C65 (or 0x479C65) is known color: Chateau Green. HEX triplet: 47, 9C and 65. RGB value is (71,156,101). Sum of RGB (Red+Green+Blue) = 71+156+101=328 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.65% from 328); Green value is 156 (61.33% from 255 or 47.56% from 328); Blue value is 101 (39.84% from 255 or 30.79% from 328); Max value from RGB is 156 - color contains mainly: green. Hex color #479C65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479C65 is #B8639A. Grayscale: #7C7C7C. Windows color (decimal): -12084123 or 6659143. OLE color: 6659143.
HSL color Cylindrical-coordinate representation of color #479C65: hue angle of 141.18º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #479C65 is Cyan = 0.54, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 71 | 156 | 101 | - |
| CMYK | 0.54 | 0 | 0.35 | 0.39 |
| HSL | 141.18º | 0.37% | 0.45% | - |
| HSV(B) | 141.18º | 0.54% | 0.61% | - |
| XYZ | 16.84 | 26.06 | 16.45 | - |
| YUV | 124.32 | 114.84 | 89.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 156 | 101 | 0.54 | 0 | 0.35 | 0.39 | 141.18 | 0.37 | 0.45 |
| Hex | 47 | 9C | 65 | 36 | 0 | 23 | 27 | 8D | 25 | 2D |
| Octal | 107 | 234 | 145 | 66 | 0 | 43 | 47 | 215 | 45 | 55 |
| Binary | 1000111 | 10011100 | 1100101 | 110110 | 0 | 100011 | 100111 | 10001101 | 100101 | 101101 |
Color Harmonies of #479C65
Complementary color
Monochromatic Colors of #479C65
Black with #479C65
Text Example
Text Example
White with #479C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479C65; }
p { color: rgb(71,156,101); }
H1.HeaderClassName
{
color: #479C65;
}
.AnyTagClassName
{
color: #479C65;
}
</style>
background-color css
<style>
a { background-color: #479C65; }
a { background-color: rgb(71,156,101); }
div.DivClassName
{
background-color: #479C65;
}
.BgClassName
{
background-color: #479C65;
}
</style>
border-color css
<style>
span { border-color: #479C65; }
span { border-color: rgb(71,156,101); }
td.TdClassName
{
border-color: #479C65;
}
.TagClassName
{
border-color: #479C65;
}
</style>