Shades of Viridian Green #4E685E
Tints of Viridian Green #4E685E
RGB
CMYK
RGB Variations
Color information
#4E685E (or 0x4E685E) is known color: Viridian Green. HEX triplet: 4E, 68 and 5E. RGB value is (78,104,94). Sum of RGB (Red+Green+Blue) = 78+104+94=276 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.26% from 276); Green value is 104 (41.02% from 255 or 37.68% from 276); Blue value is 94 (37.11% from 255 or 34.06% from 276); Max value from RGB is 104 - color contains mainly: green. Hex color #4E685E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E685E is #B197A1. Grayscale: #5F5F5F. Windows color (decimal): -11638690 or 6187086. OLE color: 6187086.
HSL color Cylindrical-coordinate representation of color #4E685E: hue angle of 156.92º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4E685E is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 78 | 104 | 94 | - |
| CMYK | 0.25 | 0 | 0.10 | 0.59 |
| HSL | 156.92º | 0.14% | 0.36% | - |
| HSV(B) | 156.92º | 0.25% | 0.41% | - |
| XYZ | 10.11 | 12.33 | 12.44 | - |
| YUV | 95.09 | 127.39 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 104 | 94 | 0.25 | 0 | 0.10 | 0.59 | 156.92 | 0.14 | 0.36 |
| Hex | 4E | 68 | 5E | 19 | 0 | A | 3B | 9D | E | 24 |
| Octal | 116 | 150 | 136 | 31 | 0 | 12 | 73 | 235 | 16 | 44 |
| Binary | 1001110 | 1101000 | 1011110 | 11001 | 0 | 1010 | 111011 | 10011101 | 1110 | 100100 |
Color Harmonies of #4E685E
Complementary color
Monochromatic Colors of #4E685E
Black with #4E685E
Text Example
Text Example
White with #4E685E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E685E; }
p { color: rgb(78,104,94); }
H1.HeaderClassName
{
color: #4E685E;
}
.AnyTagClassName
{
color: #4E685E;
}
</style>
background-color css
<style>
a { background-color: #4E685E; }
a { background-color: rgb(78,104,94); }
div.DivClassName
{
background-color: #4E685E;
}
.BgClassName
{
background-color: #4E685E;
}
</style>
border-color css
<style>
span { border-color: #4E685E; }
span { border-color: rgb(78,104,94); }
td.TdClassName
{
border-color: #4E685E;
}
.TagClassName
{
border-color: #4E685E;
}
</style>