Shades of Viridian #4E7D6B
Tints of Viridian #4E7D6B
RGB
CMYK
RGB Variations
Color information
#4E7D6B (or 0x4E7D6B) is known color: Viridian. HEX triplet: 4E, 7D and 6B. RGB value is (78,125,107). Sum of RGB (Red+Green+Blue) = 78+125+107=310 (41% of max value = 765). Red value is 78 (30.86% from 255 or 25.16% from 310); Green value is 125 (49.22% from 255 or 40.32% from 310); Blue value is 107 (42.19% from 255 or 34.52% from 310); Max value from RGB is 125 - color contains mainly: green. Hex color #4E7D6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E7D6B is #B18294. Grayscale: #6C6C6C. Windows color (decimal): -11633301 or 7044430. OLE color: 7044430.
HSL color Cylindrical-coordinate representation of color #4E7D6B: hue angle of 157.02º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4E7D6B is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 78 | 125 | 107 | - |
| CMYK | 0.38 | 0 | 0.14 | 0.51 |
| HSL | 157.02º | 0.23% | 0.4% | - |
| HSV(B) | 157.02º | 0.38% | 0.49% | - |
| XYZ | 13.13 | 17.35 | 16.57 | - |
| YUV | 108.9 | 126.93 | 105.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 125 | 107 | 0.38 | 0 | 0.14 | 0.51 | 157.02 | 0.23 | 0.4 |
| Hex | 4E | 7D | 6B | 26 | 0 | E | 33 | 9D | 17 | 28 |
| Octal | 116 | 175 | 153 | 46 | 0 | 16 | 63 | 235 | 27 | 50 |
| Binary | 1001110 | 1111101 | 1101011 | 100110 | 0 | 1110 | 110011 | 10011101 | 10111 | 101000 |
Color Harmonies of #4E7D6B
Complementary color
Monochromatic Colors of #4E7D6B
Black with #4E7D6B
Text Example
Text Example
White with #4E7D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7D6B; }
p { color: rgb(78,125,107); }
H1.HeaderClassName
{
color: #4E7D6B;
}
.AnyTagClassName
{
color: #4E7D6B;
}
</style>
background-color css
<style>
a { background-color: #4E7D6B; }
a { background-color: rgb(78,125,107); }
div.DivClassName
{
background-color: #4E7D6B;
}
.BgClassName
{
background-color: #4E7D6B;
}
</style>
border-color css
<style>
span { border-color: #4E7D6B; }
span { border-color: rgb(78,125,107); }
td.TdClassName
{
border-color: #4E7D6B;
}
.TagClassName
{
border-color: #4E7D6B;
}
</style>