Shades of Viridian #4E816F
Tints of Viridian #4E816F
RGB
CMYK
RGB Variations
Color information
#4E816F (or 0x4E816F) is known color: Viridian. HEX triplet: 4E, 81 and 6F. RGB value is (78,129,111). Sum of RGB (Red+Green+Blue) = 78+129+111=318 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.53% from 318); Green value is 129 (50.78% from 255 or 40.57% from 318); Blue value is 111 (43.75% from 255 or 34.91% from 318); Max value from RGB is 129 - color contains mainly: green. Hex color #4E816F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E816F is #B17E90. Grayscale: #6F6F6F. Windows color (decimal): -11632273 or 7307598. OLE color: 7307598.
HSL color Cylindrical-coordinate representation of color #4E816F: hue angle of 158.82º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4E816F is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 78 | 129 | 111 | - |
| CMYK | 0.40 | 0 | 0.14 | 0.49 |
| HSL | 158.82º | 0.25% | 0.41% | - |
| HSV(B) | 158.82º | 0.4% | 0.51% | - |
| XYZ | 13.86 | 18.47 | 17.87 | - |
| YUV | 111.7 | 127.6 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 129 | 111 | 0.40 | 0 | 0.14 | 0.49 | 158.82 | 0.25 | 0.41 |
| Hex | 4E | 81 | 6F | 28 | 0 | E | 31 | 9F | 19 | 29 |
| Octal | 116 | 201 | 157 | 50 | 0 | 16 | 61 | 237 | 31 | 51 |
| Binary | 1001110 | 10000001 | 1101111 | 101000 | 0 | 1110 | 110001 | 10011111 | 11001 | 101001 |
Color Harmonies of #4E816F
Complementary color
Monochromatic Colors of #4E816F
Black with #4E816F
Text Example
Text Example
White with #4E816F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E816F; }
p { color: rgb(78,129,111); }
H1.HeaderClassName
{
color: #4E816F;
}
.AnyTagClassName
{
color: #4E816F;
}
</style>
background-color css
<style>
a { background-color: #4E816F; }
a { background-color: rgb(78,129,111); }
div.DivClassName
{
background-color: #4E816F;
}
.BgClassName
{
background-color: #4E816F;
}
</style>
border-color css
<style>
span { border-color: #4E816F; }
span { border-color: rgb(78,129,111); }
td.TdClassName
{
border-color: #4E816F;
}
.TagClassName
{
border-color: #4E816F;
}
</style>