Shades of Viridian #4D876D
Tints of Viridian #4D876D
RGB
CMYK
RGB Variations
Color information
#4D876D (or 0x4D876D) is known color: Viridian. HEX triplet: 4D, 87 and 6D. RGB value is (77,135,109). Sum of RGB (Red+Green+Blue) = 77+135+109=321 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.99% from 321); Green value is 135 (53.12% from 255 or 42.06% from 321); Blue value is 109 (42.97% from 255 or 33.96% from 321); Max value from RGB is 135 - color contains mainly: green. Hex color #4D876D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D876D is #B27892. Grayscale: #727272. Windows color (decimal): -11696275 or 7178061. OLE color: 7178061.
HSL color Cylindrical-coordinate representation of color #4D876D: hue angle of 153.1º 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 #4D876D is Cyan = 0.43, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 77 | 135 | 109 | - |
| CMYK | 0.43 | 0 | 0.19 | 0.47 |
| HSL | 153.1º | 0.27% | 0.42% | - |
| HSV(B) | 153.1º | 0.43% | 0.53% | - |
| XYZ | 14.48 | 20.01 | 17.57 | - |
| YUV | 114.69 | 124.78 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 135 | 109 | 0.43 | 0 | 0.19 | 0.47 | 153.1 | 0.27 | 0.42 |
| Hex | 4D | 87 | 6D | 2B | 0 | 13 | 2F | 99 | 1B | 2A |
| Octal | 115 | 207 | 155 | 53 | 0 | 23 | 57 | 231 | 33 | 52 |
| Binary | 1001101 | 10000111 | 1101101 | 101011 | 0 | 10011 | 101111 | 10011001 | 11011 | 101010 |
Color Harmonies of #4D876D
Complementary color
Monochromatic Colors of #4D876D
Black with #4D876D
Text Example
Text Example
White with #4D876D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D876D; }
p { color: rgb(77,135,109); }
H1.HeaderClassName
{
color: #4D876D;
}
.AnyTagClassName
{
color: #4D876D;
}
</style>
background-color css
<style>
a { background-color: #4D876D; }
a { background-color: rgb(77,135,109); }
div.DivClassName
{
background-color: #4D876D;
}
.BgClassName
{
background-color: #4D876D;
}
</style>
border-color css
<style>
span { border-color: #4D876D; }
span { border-color: rgb(77,135,109); }
td.TdClassName
{
border-color: #4D876D;
}
.TagClassName
{
border-color: #4D876D;
}
</style>