Shades of Chateau Green #4FA062
Tints of Chateau Green #4FA062
RGB
CMYK
RGB Variations
Color information
#4FA062 (or 0x4FA062) is known color: Chateau Green. HEX triplet: 4F, A0 and 62. RGB value is (79,160,98). Sum of RGB (Red+Green+Blue) = 79+160+98=337 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.44% from 337); Green value is 160 (62.89% from 255 or 47.48% from 337); Blue value is 98 (38.67% from 255 or 29.08% from 337); Max value from RGB is 160 - color contains mainly: green. Hex color #4FA062 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FA062 is #B05F9D. Grayscale: #808080. Windows color (decimal): -11558814 or 6463567. OLE color: 6463567.
HSL color Cylindrical-coordinate representation of color #4FA062: hue angle of 134.07º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4FA062 is Cyan = 0.51, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 79 | 160 | 98 | - |
| CMYK | 0.51 | 0 | 0.39 | 0.37 |
| HSL | 134.07º | 0.34% | 0.47% | - |
| HSV(B) | 134.07º | 0.51% | 0.63% | - |
| XYZ | 18 | 27.69 | 15.95 | - |
| YUV | 128.71 | 110.66 | 92.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 160 | 98 | 0.51 | 0 | 0.39 | 0.37 | 134.07 | 0.34 | 0.47 |
| Hex | 4F | A0 | 62 | 33 | 0 | 27 | 25 | 86 | 22 | 2F |
| Octal | 117 | 240 | 142 | 63 | 0 | 47 | 45 | 206 | 42 | 57 |
| Binary | 1001111 | 10100000 | 1100010 | 110011 | 0 | 100111 | 100101 | 10000110 | 100010 | 101111 |
Color Harmonies of #4FA062
Complementary color
Monochromatic Colors of #4FA062
Black with #4FA062
Text Example
Text Example
White with #4FA062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA062; }
p { color: rgb(79,160,98); }
H1.HeaderClassName
{
color: #4FA062;
}
.AnyTagClassName
{
color: #4FA062;
}
</style>
background-color css
<style>
a { background-color: #4FA062; }
a { background-color: rgb(79,160,98); }
div.DivClassName
{
background-color: #4FA062;
}
.BgClassName
{
background-color: #4FA062;
}
</style>
border-color css
<style>
span { border-color: #4FA062; }
span { border-color: rgb(79,160,98); }
td.TdClassName
{
border-color: #4FA062;
}
.TagClassName
{
border-color: #4FA062;
}
</style>