Shades of Viridian Green #4F685E
Tints of Viridian Green #4F685E
RGB
CMYK
RGB Variations
Color information
#4F685E (or 0x4F685E) is known color: Viridian Green. HEX triplet: 4F, 68 and 5E. RGB value is (79,104,94). Sum of RGB (Red+Green+Blue) = 79+104+94=277 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.52% from 277); Green value is 104 (41.02% from 255 or 37.55% from 277); Blue value is 94 (37.11% from 255 or 33.94% from 277); Max value from RGB is 104 - color contains mainly: green. Hex color #4F685E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F685E is #B097A1. Grayscale: #5F5F5F. Windows color (decimal): -11573154 or 6187087. OLE color: 6187087.
HSL color Cylindrical-coordinate representation of color #4F685E: hue angle of 156º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4F685E is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 79 | 104 | 94 | - |
| CMYK | 0.24 | 0 | 0.10 | 0.59 |
| HSL | 156º | 0.14% | 0.36% | - |
| HSV(B) | 156º | 0.24% | 0.41% | - |
| XYZ | 10.2 | 12.37 | 12.44 | - |
| YUV | 95.39 | 127.22 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 104 | 94 | 0.24 | 0 | 0.10 | 0.59 | 156 | 0.14 | 0.36 |
| Hex | 4F | 68 | 5E | 18 | 0 | A | 3B | 9C | E | 24 |
| Octal | 117 | 150 | 136 | 30 | 0 | 12 | 73 | 234 | 16 | 44 |
| Binary | 1001111 | 1101000 | 1011110 | 11000 | 0 | 1010 | 111011 | 10011100 | 1110 | 100100 |
Color Harmonies of #4F685E
Complementary color
Monochromatic Colors of #4F685E
Black with #4F685E
Text Example
Text Example
White with #4F685E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F685E; }
p { color: rgb(79,104,94); }
H1.HeaderClassName
{
color: #4F685E;
}
.AnyTagClassName
{
color: #4F685E;
}
</style>
background-color css
<style>
a { background-color: #4F685E; }
a { background-color: rgb(79,104,94); }
div.DivClassName
{
background-color: #4F685E;
}
.BgClassName
{
background-color: #4F685E;
}
</style>
border-color css
<style>
span { border-color: #4F685E; }
span { border-color: rgb(79,104,94); }
td.TdClassName
{
border-color: #4F685E;
}
.TagClassName
{
border-color: #4F685E;
}
</style>