Shades of Viridian #4D8770
Tints of Viridian #4D8770
RGB
CMYK
RGB Variations
Color information
#4D8770 (or 0x4D8770) is known color: Viridian. HEX triplet: 4D, 87 and 70. RGB value is (77,135,112). Sum of RGB (Red+Green+Blue) = 77+135+112=324 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.77% from 324); Green value is 135 (53.12% from 255 or 41.67% from 324); Blue value is 112 (44.14% from 255 or 34.57% from 324); Max value from RGB is 135 - color contains mainly: green. Hex color #4D8770 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D8770 is #B2788F. Grayscale: #737373. Windows color (decimal): -11696272 or 7374669. OLE color: 7374669.
HSL color Cylindrical-coordinate representation of color #4D8770: hue angle of 156.21º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4D8770 is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 77 | 135 | 112 | - |
| CMYK | 0.43 | 0 | 0.17 | 0.47 |
| HSL | 156.21º | 0.27% | 0.42% | - |
| HSV(B) | 156.21º | 0.43% | 0.53% | - |
| XYZ | 14.65 | 20.08 | 18.43 | - |
| YUV | 115.04 | 126.28 | 100.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 135 | 112 | 0.43 | 0 | 0.17 | 0.47 | 156.21 | 0.27 | 0.42 |
| Hex | 4D | 87 | 70 | 2B | 0 | 11 | 2F | 9C | 1B | 2A |
| Octal | 115 | 207 | 160 | 53 | 0 | 21 | 57 | 234 | 33 | 52 |
| Binary | 1001101 | 10000111 | 1110000 | 101011 | 0 | 10001 | 101111 | 10011100 | 11011 | 101010 |
Color Harmonies of #4D8770
Complementary color
Monochromatic Colors of #4D8770
Black with #4D8770
Text Example
Text Example
White with #4D8770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8770; }
p { color: rgb(77,135,112); }
H1.HeaderClassName
{
color: #4D8770;
}
.AnyTagClassName
{
color: #4D8770;
}
</style>
background-color css
<style>
a { background-color: #4D8770; }
a { background-color: rgb(77,135,112); }
div.DivClassName
{
background-color: #4D8770;
}
.BgClassName
{
background-color: #4D8770;
}
</style>
border-color css
<style>
span { border-color: #4D8770; }
span { border-color: rgb(77,135,112); }
td.TdClassName
{
border-color: #4D8770;
}
.TagClassName
{
border-color: #4D8770;
}
</style>