Shades of Viridian #4D8171
Tints of Viridian #4D8171
RGB
CMYK
RGB Variations
Color information
#4D8171 (or 0x4D8171) is known color: Viridian. HEX triplet: 4D, 81 and 71. RGB value is (77,129,113). Sum of RGB (Red+Green+Blue) = 77+129+113=319 (42% of max value = 765). Red value is 77 (30.47% from 255 or 24.14% from 319); Green value is 129 (50.78% from 255 or 40.44% from 319); Blue value is 113 (44.53% from 255 or 35.42% from 319); Max value from RGB is 129 - color contains mainly: green. Hex color #4D8171 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D8171 is #B27E8E. Grayscale: #6F6F6F. Windows color (decimal): -11697807 or 7438669. OLE color: 7438669.
HSL color Cylindrical-coordinate representation of color #4D8171: hue angle of 161.54º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4D8171 is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 77 | 129 | 113 | - |
| CMYK | 0.40 | 0 | 0.12 | 0.49 |
| HSL | 161.54º | 0.25% | 0.4% | - |
| HSV(B) | 161.54º | 0.4% | 0.51% | - |
| XYZ | 13.89 | 18.47 | 18.46 | - |
| YUV | 111.63 | 128.77 | 103.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 129 | 113 | 0.40 | 0 | 0.12 | 0.49 | 161.54 | 0.25 | 0.4 |
| Hex | 4D | 81 | 71 | 28 | 0 | C | 31 | A2 | 19 | 28 |
| Octal | 115 | 201 | 161 | 50 | 0 | 14 | 61 | 242 | 31 | 50 |
| Binary | 1001101 | 10000001 | 1110001 | 101000 | 0 | 1100 | 110001 | 10100010 | 11001 | 101000 |
Color Harmonies of #4D8171
Complementary color
Monochromatic Colors of #4D8171
Black with #4D8171
Text Example
Text Example
White with #4D8171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8171; }
p { color: rgb(77,129,113); }
H1.HeaderClassName
{
color: #4D8171;
}
.AnyTagClassName
{
color: #4D8171;
}
</style>
background-color css
<style>
a { background-color: #4D8171; }
a { background-color: rgb(77,129,113); }
div.DivClassName
{
background-color: #4D8171;
}
.BgClassName
{
background-color: #4D8171;
}
</style>
border-color css
<style>
span { border-color: #4D8171; }
span { border-color: rgb(77,129,113); }
td.TdClassName
{
border-color: #4D8171;
}
.TagClassName
{
border-color: #4D8171;
}
</style>