Shades of Viridian #4D8771
Tints of Viridian #4D8771
RGB
CMYK
RGB Variations
Color information
#4D8771 (or 0x4D8771) is known color: Viridian. HEX triplet: 4D, 87 and 71. RGB value is (77,135,113). Sum of RGB (Red+Green+Blue) = 77+135+113=325 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.69% from 325); Green value is 135 (53.12% from 255 or 41.54% from 325); Blue value is 113 (44.53% from 255 or 34.77% from 325); Max value from RGB is 135 - color contains mainly: green. Hex color #4D8771 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D8771 is #B2788E. Grayscale: #737373. Windows color (decimal): -11696271 or 7440205. OLE color: 7440205.
HSL color Cylindrical-coordinate representation of color #4D8771: hue angle of 157.24º 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 #4D8771 is Cyan = 0.43, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 77 | 135 | 113 | - |
| CMYK | 0.43 | 0 | 0.16 | 0.47 |
| HSL | 157.24º | 0.27% | 0.42% | - |
| HSV(B) | 157.24º | 0.43% | 0.53% | - |
| XYZ | 14.71 | 20.1 | 18.73 | - |
| YUV | 115.15 | 126.78 | 100.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 135 | 113 | 0.43 | 0 | 0.16 | 0.47 | 157.24 | 0.27 | 0.42 |
| Hex | 4D | 87 | 71 | 2B | 0 | 10 | 2F | 9D | 1B | 2A |
| Octal | 115 | 207 | 161 | 53 | 0 | 20 | 57 | 235 | 33 | 52 |
| Binary | 1001101 | 10000111 | 1110001 | 101011 | 0 | 10000 | 101111 | 10011101 | 11011 | 101010 |
Color Harmonies of #4D8771
Complementary color
Monochromatic Colors of #4D8771
Black with #4D8771
Text Example
Text Example
White with #4D8771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8771; }
p { color: rgb(77,135,113); }
H1.HeaderClassName
{
color: #4D8771;
}
.AnyTagClassName
{
color: #4D8771;
}
</style>
background-color css
<style>
a { background-color: #4D8771; }
a { background-color: rgb(77,135,113); }
div.DivClassName
{
background-color: #4D8771;
}
.BgClassName
{
background-color: #4D8771;
}
</style>
border-color css
<style>
span { border-color: #4D8771; }
span { border-color: rgb(77,135,113); }
td.TdClassName
{
border-color: #4D8771;
}
.TagClassName
{
border-color: #4D8771;
}
</style>