Shades of Viridian #4D8976
Tints of Viridian #4D8976
RGB
CMYK
RGB Variations
Color information
#4D8976 (or 0x4D8976) is known color: Viridian. HEX triplet: 4D, 89 and 76. RGB value is (77,137,118). Sum of RGB (Red+Green+Blue) = 77+137+118=332 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.19% from 332); Green value is 137 (53.91% from 255 or 41.27% from 332); Blue value is 118 (46.48% from 255 or 35.54% from 332); Max value from RGB is 137 - color contains mainly: green. Hex color #4D8976 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D8976 is #B27689. Grayscale: #747474. Windows color (decimal): -11695754 or 7768397. OLE color: 7768397.
HSL color Cylindrical-coordinate representation of color #4D8976: hue angle of 161º 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 #4D8976 is Cyan = 0.44, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 77 | 137 | 118 | - |
| CMYK | 0.44 | 0 | 0.14 | 0.46 |
| HSL | 161º | 0.28% | 0.42% | - |
| HSV(B) | 161º | 0.44% | 0.54% | - |
| XYZ | 15.28 | 20.78 | 20.34 | - |
| YUV | 116.89 | 128.62 | 99.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 137 | 118 | 0.44 | 0 | 0.14 | 0.46 | 161 | 0.28 | 0.42 |
| Hex | 4D | 89 | 76 | 2C | 0 | E | 2E | A1 | 1C | 2A |
| Octal | 115 | 211 | 166 | 54 | 0 | 16 | 56 | 241 | 34 | 52 |
| Binary | 1001101 | 10001001 | 1110110 | 101100 | 0 | 1110 | 101110 | 10100001 | 11100 | 101010 |
Color Harmonies of #4D8976
Complementary color
Monochromatic Colors of #4D8976
Black with #4D8976
Text Example
Text Example
White with #4D8976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8976; }
p { color: rgb(77,137,118); }
H1.HeaderClassName
{
color: #4D8976;
}
.AnyTagClassName
{
color: #4D8976;
}
</style>
background-color css
<style>
a { background-color: #4D8976; }
a { background-color: rgb(77,137,118); }
div.DivClassName
{
background-color: #4D8976;
}
.BgClassName
{
background-color: #4D8976;
}
</style>
border-color css
<style>
span { border-color: #4D8976; }
span { border-color: rgb(77,137,118); }
td.TdClassName
{
border-color: #4D8976;
}
.TagClassName
{
border-color: #4D8976;
}
</style>