Shades of Viridian Green #4D7062
Tints of Viridian Green #4D7062
RGB
CMYK
RGB Variations
Color information
#4D7062 (or 0x4D7062) is known color: Viridian Green. HEX triplet: 4D, 70 and 62. RGB value is (77,112,98). Sum of RGB (Red+Green+Blue) = 77+112+98=287 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.83% from 287); Green value is 112 (44.14% from 255 or 39.02% from 287); Blue value is 98 (38.67% from 255 or 34.15% from 287); Max value from RGB is 112 - color contains mainly: green. Hex color #4D7062 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7062 is #B28F9D. Grayscale: #636363. Windows color (decimal): -11702174 or 6451277. OLE color: 6451277.
HSL color Cylindrical-coordinate representation of color #4D7062: hue angle of 156º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4D7062 is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 77 | 112 | 98 | - |
| CMYK | 0.31 | 0 | 0.13 | 0.56 |
| HSL | 156º | 0.19% | 0.37% | - |
| HSV(B) | 156º | 0.31% | 0.44% | - |
| XYZ | 11.06 | 14.05 | 13.68 | - |
| YUV | 99.94 | 126.9 | 111.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 112 | 98 | 0.31 | 0 | 0.13 | 0.56 | 156 | 0.19 | 0.37 |
| Hex | 4D | 70 | 62 | 1F | 0 | D | 38 | 9C | 13 | 25 |
| Octal | 115 | 160 | 142 | 37 | 0 | 15 | 70 | 234 | 23 | 45 |
| Binary | 1001101 | 1110000 | 1100010 | 11111 | 0 | 1101 | 111000 | 10011100 | 10011 | 100101 |
Color Harmonies of #4D7062
Complementary color
Monochromatic Colors of #4D7062
Black with #4D7062
Text Example
Text Example
White with #4D7062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7062; }
p { color: rgb(77,112,98); }
H1.HeaderClassName
{
color: #4D7062;
}
.AnyTagClassName
{
color: #4D7062;
}
</style>
background-color css
<style>
a { background-color: #4D7062; }
a { background-color: rgb(77,112,98); }
div.DivClassName
{
background-color: #4D7062;
}
.BgClassName
{
background-color: #4D7062;
}
</style>
border-color css
<style>
span { border-color: #4D7062; }
span { border-color: rgb(77,112,98); }
td.TdClassName
{
border-color: #4D7062;
}
.TagClassName
{
border-color: #4D7062;
}
</style>