Shades of Viridian #4D8970
Tints of Viridian #4D8970
RGB
CMYK
RGB Variations
Color information
#4D8970 (or 0x4D8970) is known color: Viridian. HEX triplet: 4D, 89 and 70. RGB value is (77,137,112). Sum of RGB (Red+Green+Blue) = 77+137+112=326 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.62% from 326); Green value is 137 (53.91% from 255 or 42.02% from 326); Blue value is 112 (44.14% from 255 or 34.36% from 326); Max value from RGB is 137 - color contains mainly: green. Hex color #4D8970 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D8970 is #B2768F. Grayscale: #747474. Windows color (decimal): -11695760 or 7375181. OLE color: 7375181.
HSL color Cylindrical-coordinate representation of color #4D8970: hue angle of 155º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4D8970 is Cyan = 0.44, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 77 | 137 | 112 | - |
| CMYK | 0.44 | 0 | 0.18 | 0.46 |
| HSL | 155º | 0.28% | 0.42% | - |
| HSV(B) | 155º | 0.44% | 0.54% | - |
| XYZ | 14.93 | 20.64 | 18.53 | - |
| YUV | 116.21 | 125.62 | 100.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 137 | 112 | 0.44 | 0 | 0.18 | 0.46 | 155 | 0.28 | 0.42 |
| Hex | 4D | 89 | 70 | 2C | 0 | 12 | 2E | 9B | 1C | 2A |
| Octal | 115 | 211 | 160 | 54 | 0 | 22 | 56 | 233 | 34 | 52 |
| Binary | 1001101 | 10001001 | 1110000 | 101100 | 0 | 10010 | 101110 | 10011011 | 11100 | 101010 |
Color Harmonies of #4D8970
Complementary color
Monochromatic Colors of #4D8970
Black with #4D8970
Text Example
Text Example
White with #4D8970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8970; }
p { color: rgb(77,137,112); }
H1.HeaderClassName
{
color: #4D8970;
}
.AnyTagClassName
{
color: #4D8970;
}
</style>
background-color css
<style>
a { background-color: #4D8970; }
a { background-color: rgb(77,137,112); }
div.DivClassName
{
background-color: #4D8970;
}
.BgClassName
{
background-color: #4D8970;
}
</style>
border-color css
<style>
span { border-color: #4D8970; }
span { border-color: rgb(77,137,112); }
td.TdClassName
{
border-color: #4D8970;
}
.TagClassName
{
border-color: #4D8970;
}
</style>