Shades of Chateau Green #4F9F60
Tints of Chateau Green #4F9F60
RGB
CMYK
RGB Variations
Color information
#4F9F60 (or 0x4F9F60) is known color: Chateau Green. HEX triplet: 4F, 9F and 60. RGB value is (79,159,96). Sum of RGB (Red+Green+Blue) = 79+159+96=334 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.65% from 334); Green value is 159 (62.5% from 255 or 47.60% from 334); Blue value is 96 (37.89% from 255 or 28.74% from 334); Max value from RGB is 159 - color contains mainly: green. Hex color #4F9F60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F9F60 is #B0609F. Grayscale: #808080. Windows color (decimal): -11559072 or 6332239. OLE color: 6332239.
HSL color Cylindrical-coordinate representation of color #4F9F60: hue angle of 132.75º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4F9F60 is Cyan = 0.50, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 79 | 159 | 96 | - |
| CMYK | 0.50 | 0 | 0.40 | 0.38 |
| HSL | 132.75º | 0.34% | 0.47% | - |
| HSV(B) | 132.75º | 0.5% | 0.62% | - |
| XYZ | 17.73 | 27.3 | 15.4 | - |
| YUV | 127.9 | 110 | 93.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 159 | 96 | 0.50 | 0 | 0.40 | 0.38 | 132.75 | 0.34 | 0.47 |
| Hex | 4F | 9F | 60 | 32 | 0 | 28 | 26 | 85 | 22 | 2F |
| Octal | 117 | 237 | 140 | 62 | 0 | 50 | 46 | 205 | 42 | 57 |
| Binary | 1001111 | 10011111 | 1100000 | 110010 | 0 | 101000 | 100110 | 10000101 | 100010 | 101111 |
Color Harmonies of #4F9F60
Complementary color
Monochromatic Colors of #4F9F60
Black with #4F9F60
Text Example
Text Example
White with #4F9F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9F60; }
p { color: rgb(79,159,96); }
H1.HeaderClassName
{
color: #4F9F60;
}
.AnyTagClassName
{
color: #4F9F60;
}
</style>
background-color css
<style>
a { background-color: #4F9F60; }
a { background-color: rgb(79,159,96); }
div.DivClassName
{
background-color: #4F9F60;
}
.BgClassName
{
background-color: #4F9F60;
}
</style>
border-color css
<style>
span { border-color: #4F9F60; }
span { border-color: rgb(79,159,96); }
td.TdClassName
{
border-color: #4F9F60;
}
.TagClassName
{
border-color: #4F9F60;
}
</style>