Shades of Viridian #4E806D
Tints of Viridian #4E806D
RGB
CMYK
RGB Variations
Color information
#4E806D (or 0x4E806D) is known color: Viridian. HEX triplet: 4E, 80 and 6D. RGB value is (78,128,109). Sum of RGB (Red+Green+Blue) = 78+128+109=315 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.76% from 315); Green value is 128 (50.39% from 255 or 40.63% from 315); Blue value is 109 (42.97% from 255 or 34.60% from 315); Max value from RGB is 128 - color contains mainly: green. Hex color #4E806D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E806D is #B17F92. Grayscale: #6E6E6E. Windows color (decimal): -11632531 or 7176270. OLE color: 7176270.
HSL color Cylindrical-coordinate representation of color #4E806D: hue angle of 157.2º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4E806D is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 78 | 128 | 109 | - |
| CMYK | 0.39 | 0 | 0.15 | 0.50 |
| HSL | 157.2º | 0.24% | 0.4% | - |
| HSV(B) | 157.2º | 0.39% | 0.5% | - |
| XYZ | 13.62 | 18.16 | 17.26 | - |
| YUV | 110.88 | 126.94 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 128 | 109 | 0.39 | 0 | 0.15 | 0.50 | 157.2 | 0.24 | 0.4 |
| Hex | 4E | 80 | 6D | 27 | 0 | F | 32 | 9D | 18 | 28 |
| Octal | 116 | 200 | 155 | 47 | 0 | 17 | 62 | 235 | 30 | 50 |
| Binary | 1001110 | 10000000 | 1101101 | 100111 | 0 | 1111 | 110010 | 10011101 | 11000 | 101000 |
Color Harmonies of #4E806D
Complementary color
Monochromatic Colors of #4E806D
Black with #4E806D
Text Example
Text Example
White with #4E806D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E806D; }
p { color: rgb(78,128,109); }
H1.HeaderClassName
{
color: #4E806D;
}
.AnyTagClassName
{
color: #4E806D;
}
</style>
background-color css
<style>
a { background-color: #4E806D; }
a { background-color: rgb(78,128,109); }
div.DivClassName
{
background-color: #4E806D;
}
.BgClassName
{
background-color: #4E806D;
}
</style>
border-color css
<style>
span { border-color: #4E806D; }
span { border-color: rgb(78,128,109); }
td.TdClassName
{
border-color: #4E806D;
}
.TagClassName
{
border-color: #4E806D;
}
</style>