Shades of Viridian #4E7C6A
Tints of Viridian #4E7C6A
RGB
CMYK
RGB Variations
Color information
#4E7C6A (or 0x4E7C6A) is known color: Viridian. HEX triplet: 4E, 7C and 6A. RGB value is (78,124,106). Sum of RGB (Red+Green+Blue) = 78+124+106=308 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.32% from 308); Green value is 124 (48.83% from 255 or 40.26% from 308); Blue value is 106 (41.80% from 255 or 34.42% from 308); Max value from RGB is 124 - color contains mainly: green. Hex color #4E7C6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E7C6A is #B18395. Grayscale: #6C6C6C. Windows color (decimal): -11633558 or 6978638. OLE color: 6978638.
HSL color Cylindrical-coordinate representation of color #4E7C6A: hue angle of 156.52º 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 #4E7C6A is Cyan = 0.37, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 78 | 124 | 106 | - |
| CMYK | 0.37 | 0 | 0.15 | 0.51 |
| HSL | 156.52º | 0.23% | 0.4% | - |
| HSV(B) | 156.52º | 0.37% | 0.49% | - |
| XYZ | 12.95 | 17.08 | 16.25 | - |
| YUV | 108.19 | 126.76 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 124 | 106 | 0.37 | 0 | 0.15 | 0.51 | 156.52 | 0.23 | 0.4 |
| Hex | 4E | 7C | 6A | 25 | 0 | F | 33 | 9D | 17 | 28 |
| Octal | 116 | 174 | 152 | 45 | 0 | 17 | 63 | 235 | 27 | 50 |
| Binary | 1001110 | 1111100 | 1101010 | 100101 | 0 | 1111 | 110011 | 10011101 | 10111 | 101000 |
Color Harmonies of #4E7C6A
Complementary color
Monochromatic Colors of #4E7C6A
Black with #4E7C6A
Text Example
Text Example
White with #4E7C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7C6A; }
p { color: rgb(78,124,106); }
H1.HeaderClassName
{
color: #4E7C6A;
}
.AnyTagClassName
{
color: #4E7C6A;
}
</style>
background-color css
<style>
a { background-color: #4E7C6A; }
a { background-color: rgb(78,124,106); }
div.DivClassName
{
background-color: #4E7C6A;
}
.BgClassName
{
background-color: #4E7C6A;
}
</style>
border-color css
<style>
span { border-color: #4E7C6A; }
span { border-color: rgb(78,124,106); }
td.TdClassName
{
border-color: #4E7C6A;
}
.TagClassName
{
border-color: #4E7C6A;
}
</style>