Shades of Viridian Green #4E5D58
Tints of Viridian Green #4E5D58
RGB
CMYK
RGB Variations
Color information
#4E5D58 (or 0x4E5D58) is known color: Viridian Green. HEX triplet: 4E, 5D and 58. RGB value is (78,93,88). Sum of RGB (Red+Green+Blue) = 78+93+88=259 (34% of max value = 765). Red value is 78 (30.86% from 255 or 30.12% from 259); Green value is 93 (36.72% from 255 or 35.91% from 259); Blue value is 88 (34.77% from 255 or 33.98% from 259); Max value from RGB is 93 - color contains mainly: green. Hex color #4E5D58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5D58 is #B1A2A7. Grayscale: #575757. Windows color (decimal): -11641512 or 5791054. OLE color: 5791054.
HSL color Cylindrical-coordinate representation of color #4E5D58: hue angle of 160º degrees, saturation: 0.09, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #4E5D58 is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 78 | 93 | 88 | - |
| CMYK | 0.16 | 0 | 0.05 | 0.64 |
| HSL | 160º | 0.09% | 0.34% | - |
| HSV(B) | 160º | 0.16% | 0.36% | - |
| XYZ | 8.82 | 10.15 | 10.73 | - |
| YUV | 87.95 | 128.03 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 93 | 88 | 0.16 | 0 | 0.05 | 0.64 | 160 | 0.09 | 0.34 |
| Hex | 4E | 5D | 58 | 10 | 0 | 5 | 40 | A0 | 9 | 22 |
| Octal | 116 | 135 | 130 | 20 | 0 | 5 | 100 | 240 | 11 | 42 |
| Binary | 1001110 | 1011101 | 1011000 | 10000 | 0 | 101 | 1000000 | 10100000 | 1001 | 100010 |
Color Harmonies of #4E5D58
Complementary color
Monochromatic Colors of #4E5D58
Black with #4E5D58
Text Example
Text Example
White with #4E5D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5D58; }
p { color: rgb(78,93,88); }
H1.HeaderClassName
{
color: #4E5D58;
}
.AnyTagClassName
{
color: #4E5D58;
}
</style>
background-color css
<style>
a { background-color: #4E5D58; }
a { background-color: rgb(78,93,88); }
div.DivClassName
{
background-color: #4E5D58;
}
.BgClassName
{
background-color: #4E5D58;
}
</style>
border-color css
<style>
span { border-color: #4E5D58; }
span { border-color: rgb(78,93,88); }
td.TdClassName
{
border-color: #4E5D58;
}
.TagClassName
{
border-color: #4E5D58;
}
</style>