Shades of Viridian #4E7C6C
Tints of Viridian #4E7C6C
RGB
CMYK
RGB Variations
Color information
#4E7C6C (or 0x4E7C6C) is known color: Viridian. HEX triplet: 4E, 7C and 6C. RGB value is (78,124,108). Sum of RGB (Red+Green+Blue) = 78+124+108=310 (41% of max value = 765). Red value is 78 (30.86% from 255 or 25.16% from 310); Green value is 124 (48.83% from 255 or 40% from 310); Blue value is 108 (42.58% from 255 or 34.84% from 310); Max value from RGB is 124 - color contains mainly: green. Hex color #4E7C6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E7C6C is #B18393. Grayscale: #6C6C6C. Windows color (decimal): -11633556 or 7109710. OLE color: 7109710.
HSL color Cylindrical-coordinate representation of color #4E7C6C: hue angle of 159.13º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4E7C6C is Cyan = 0.37, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 78 | 124 | 108 | - |
| CMYK | 0.37 | 0 | 0.13 | 0.51 |
| HSL | 159.13º | 0.23% | 0.4% | - |
| HSV(B) | 159.13º | 0.37% | 0.49% | - |
| XYZ | 13.06 | 17.12 | 16.8 | - |
| YUV | 108.42 | 127.76 | 106.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 124 | 108 | 0.37 | 0 | 0.13 | 0.51 | 159.13 | 0.23 | 0.4 |
| Hex | 4E | 7C | 6C | 25 | 0 | D | 33 | 9F | 17 | 28 |
| Octal | 116 | 174 | 154 | 45 | 0 | 15 | 63 | 237 | 27 | 50 |
| Binary | 1001110 | 1111100 | 1101100 | 100101 | 0 | 1101 | 110011 | 10011111 | 10111 | 101000 |
Color Harmonies of #4E7C6C
Complementary color
Monochromatic Colors of #4E7C6C
Black with #4E7C6C
Text Example
Text Example
White with #4E7C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7C6C; }
p { color: rgb(78,124,108); }
H1.HeaderClassName
{
color: #4E7C6C;
}
.AnyTagClassName
{
color: #4E7C6C;
}
</style>
background-color css
<style>
a { background-color: #4E7C6C; }
a { background-color: rgb(78,124,108); }
div.DivClassName
{
background-color: #4E7C6C;
}
.BgClassName
{
background-color: #4E7C6C;
}
</style>
border-color css
<style>
span { border-color: #4E7C6C; }
span { border-color: rgb(78,124,108); }
td.TdClassName
{
border-color: #4E7C6C;
}
.TagClassName
{
border-color: #4E7C6C;
}
</style>