Shades of Viridian #4D8670
Tints of Viridian #4D8670
RGB
CMYK
RGB Variations
Color information
#4D8670 (or 0x4D8670) is known color: Viridian. HEX triplet: 4D, 86 and 70. RGB value is (77,134,112). Sum of RGB (Red+Green+Blue) = 77+134+112=323 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.84% from 323); Green value is 134 (52.73% from 255 or 41.49% from 323); Blue value is 112 (44.14% from 255 or 34.67% from 323); Max value from RGB is 134 - color contains mainly: green. Hex color #4D8670 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D8670 is #B2798F. Grayscale: #727272. Windows color (decimal): -11696528 or 7374413. OLE color: 7374413.
HSL color Cylindrical-coordinate representation of color #4D8670: hue angle of 156.84º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4D8670 is Cyan = 0.43, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 77 | 134 | 112 | - |
| CMYK | 0.43 | 0 | 0.16 | 0.47 |
| HSL | 156.84º | 0.27% | 0.41% | - |
| HSV(B) | 156.84º | 0.43% | 0.53% | - |
| XYZ | 14.51 | 19.8 | 18.39 | - |
| YUV | 114.45 | 126.62 | 101.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 134 | 112 | 0.43 | 0 | 0.16 | 0.47 | 156.84 | 0.27 | 0.41 |
| Hex | 4D | 86 | 70 | 2B | 0 | 10 | 2F | 9D | 1B | 29 |
| Octal | 115 | 206 | 160 | 53 | 0 | 20 | 57 | 235 | 33 | 51 |
| Binary | 1001101 | 10000110 | 1110000 | 101011 | 0 | 10000 | 101111 | 10011101 | 11011 | 101001 |
Color Harmonies of #4D8670
Complementary color
Monochromatic Colors of #4D8670
Black with #4D8670
Text Example
Text Example
White with #4D8670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8670; }
p { color: rgb(77,134,112); }
H1.HeaderClassName
{
color: #4D8670;
}
.AnyTagClassName
{
color: #4D8670;
}
</style>
background-color css
<style>
a { background-color: #4D8670; }
a { background-color: rgb(77,134,112); }
div.DivClassName
{
background-color: #4D8670;
}
.BgClassName
{
background-color: #4D8670;
}
</style>
border-color css
<style>
span { border-color: #4D8670; }
span { border-color: rgb(77,134,112); }
td.TdClassName
{
border-color: #4D8670;
}
.TagClassName
{
border-color: #4D8670;
}
</style>