Shades of Viridian #4D8977
Tints of Viridian #4D8977
RGB
CMYK
RGB Variations
Color information
#4D8977 (or 0x4D8977) is known color: Viridian. HEX triplet: 4D, 89 and 77. RGB value is (77,137,119). Sum of RGB (Red+Green+Blue) = 77+137+119=333 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.12% from 333); Green value is 137 (53.91% from 255 or 41.14% from 333); Blue value is 119 (46.88% from 255 or 35.74% from 333); Max value from RGB is 137 - color contains mainly: green. Hex color #4D8977 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D8977 is #B27688. Grayscale: #757575. Windows color (decimal): -11695753 or 7833933. OLE color: 7833933.
HSL color Cylindrical-coordinate representation of color #4D8977: hue angle of 162º 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 #4D8977 is Cyan = 0.44, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 77 | 137 | 119 | - |
| CMYK | 0.44 | 0 | 0.13 | 0.46 |
| HSL | 162º | 0.28% | 0.42% | - |
| HSV(B) | 162º | 0.44% | 0.54% | - |
| XYZ | 15.34 | 20.8 | 20.66 | - |
| YUV | 117.01 | 129.12 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 137 | 119 | 0.44 | 0 | 0.13 | 0.46 | 162 | 0.28 | 0.42 |
| Hex | 4D | 89 | 77 | 2C | 0 | D | 2E | A2 | 1C | 2A |
| Octal | 115 | 211 | 167 | 54 | 0 | 15 | 56 | 242 | 34 | 52 |
| Binary | 1001101 | 10001001 | 1110111 | 101100 | 0 | 1101 | 101110 | 10100010 | 11100 | 101010 |
Color Harmonies of #4D8977
Complementary color
Monochromatic Colors of #4D8977
Black with #4D8977
Text Example
Text Example
White with #4D8977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8977; }
p { color: rgb(77,137,119); }
H1.HeaderClassName
{
color: #4D8977;
}
.AnyTagClassName
{
color: #4D8977;
}
</style>
background-color css
<style>
a { background-color: #4D8977; }
a { background-color: rgb(77,137,119); }
div.DivClassName
{
background-color: #4D8977;
}
.BgClassName
{
background-color: #4D8977;
}
</style>
border-color css
<style>
span { border-color: #4D8977; }
span { border-color: rgb(77,137,119); }
td.TdClassName
{
border-color: #4D8977;
}
.TagClassName
{
border-color: #4D8977;
}
</style>