Shades of Viridian Green #4E605B
Tints of Viridian Green #4E605B
RGB
CMYK
RGB Variations
Color information
#4E605B (or 0x4E605B) is known color: Viridian Green. HEX triplet: 4E, 60 and 5B. RGB value is (78,96,91). Sum of RGB (Red+Green+Blue) = 78+96+91=265 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.43% from 265); Green value is 96 (37.89% from 255 or 36.23% from 265); Blue value is 91 (35.94% from 255 or 34.34% from 265); Max value from RGB is 96 - color contains mainly: green. Hex color #4E605B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E605B is #B19FA4. Grayscale: #5A5A5A. Windows color (decimal): -11640741 or 5988430. OLE color: 5988430.
HSL color Cylindrical-coordinate representation of color #4E605B: hue angle of 163.33º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4E605B is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 78 | 96 | 91 | - |
| CMYK | 0.19 | 0 | 0.05 | 0.62 |
| HSL | 163.33º | 0.1% | 0.34% | - |
| HSV(B) | 163.33º | 0.19% | 0.38% | - |
| XYZ | 9.21 | 10.74 | 11.49 | - |
| YUV | 90.05 | 128.54 | 119.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 96 | 91 | 0.19 | 0 | 0.05 | 0.62 | 163.33 | 0.1 | 0.34 |
| Hex | 4E | 60 | 5B | 13 | 0 | 5 | 3E | A3 | A | 22 |
| Octal | 116 | 140 | 133 | 23 | 0 | 5 | 76 | 243 | 12 | 42 |
| Binary | 1001110 | 1100000 | 1011011 | 10011 | 0 | 101 | 111110 | 10100011 | 1010 | 100010 |
Color Harmonies of #4E605B
Complementary color
Monochromatic Colors of #4E605B
Black with #4E605B
Text Example
Text Example
White with #4E605B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E605B; }
p { color: rgb(78,96,91); }
H1.HeaderClassName
{
color: #4E605B;
}
.AnyTagClassName
{
color: #4E605B;
}
</style>
background-color css
<style>
a { background-color: #4E605B; }
a { background-color: rgb(78,96,91); }
div.DivClassName
{
background-color: #4E605B;
}
.BgClassName
{
background-color: #4E605B;
}
</style>
border-color css
<style>
span { border-color: #4E605B; }
span { border-color: rgb(78,96,91); }
td.TdClassName
{
border-color: #4E605B;
}
.TagClassName
{
border-color: #4E605B;
}
</style>