Shades of Viridian Green #4F6E61
Tints of Viridian Green #4F6E61
RGB
CMYK
RGB Variations
Color information
#4F6E61 (or 0x4F6E61) is known color: Viridian Green. HEX triplet: 4F, 6E and 61. RGB value is (79,110,97). Sum of RGB (Red+Green+Blue) = 79+110+97=286 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.62% from 286); Green value is 110 (43.36% from 255 or 38.46% from 286); Blue value is 97 (38.28% from 255 or 33.92% from 286); Max value from RGB is 110 - color contains mainly: green. Hex color #4F6E61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6E61 is #B0919E. Grayscale: #636363. Windows color (decimal): -11571615 or 6385231. OLE color: 6385231.
HSL color Cylindrical-coordinate representation of color #4F6E61: hue angle of 154.84º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4F6E61 is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 79 | 110 | 97 | - |
| CMYK | 0.28 | 0 | 0.12 | 0.57 |
| HSL | 154.84º | 0.16% | 0.37% | - |
| HSV(B) | 154.84º | 0.28% | 0.43% | - |
| XYZ | 10.96 | 13.68 | 13.37 | - |
| YUV | 99.25 | 126.73 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 110 | 97 | 0.28 | 0 | 0.12 | 0.57 | 154.84 | 0.16 | 0.37 |
| Hex | 4F | 6E | 61 | 1C | 0 | C | 39 | 9B | 10 | 25 |
| Octal | 117 | 156 | 141 | 34 | 0 | 14 | 71 | 233 | 20 | 45 |
| Binary | 1001111 | 1101110 | 1100001 | 11100 | 0 | 1100 | 111001 | 10011011 | 10000 | 100101 |
Color Harmonies of #4F6E61
Complementary color
Monochromatic Colors of #4F6E61
Black with #4F6E61
Text Example
Text Example
White with #4F6E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6E61; }
p { color: rgb(79,110,97); }
H1.HeaderClassName
{
color: #4F6E61;
}
.AnyTagClassName
{
color: #4F6E61;
}
</style>
background-color css
<style>
a { background-color: #4F6E61; }
a { background-color: rgb(79,110,97); }
div.DivClassName
{
background-color: #4F6E61;
}
.BgClassName
{
background-color: #4F6E61;
}
</style>
border-color css
<style>
span { border-color: #4F6E61; }
span { border-color: rgb(79,110,97); }
td.TdClassName
{
border-color: #4F6E61;
}
.TagClassName
{
border-color: #4F6E61;
}
</style>