Shades of Viridian #4D816F
Tints of Viridian #4D816F
RGB
CMYK
RGB Variations
Color information
#4D816F (or 0x4D816F) is known color: Viridian. HEX triplet: 4D, 81 and 6F. RGB value is (77,129,111). Sum of RGB (Red+Green+Blue) = 77+129+111=317 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.29% from 317); Green value is 129 (50.78% from 255 or 40.69% from 317); Blue value is 111 (43.75% from 255 or 35.02% from 317); Max value from RGB is 129 - color contains mainly: green. Hex color #4D816F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D816F is #B27E90. Grayscale: #6F6F6F. Windows color (decimal): -11697809 or 7307597. OLE color: 7307597.
HSL color Cylindrical-coordinate representation of color #4D816F: hue angle of 159.23º 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 #4D816F is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 77 | 129 | 111 | - |
| CMYK | 0.40 | 0 | 0.14 | 0.49 |
| HSL | 159.23º | 0.25% | 0.4% | - |
| HSV(B) | 159.23º | 0.4% | 0.51% | - |
| XYZ | 13.78 | 18.43 | 17.87 | - |
| YUV | 111.4 | 127.77 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 129 | 111 | 0.40 | 0 | 0.14 | 0.49 | 159.23 | 0.25 | 0.4 |
| Hex | 4D | 81 | 6F | 28 | 0 | E | 31 | 9F | 19 | 28 |
| Octal | 115 | 201 | 157 | 50 | 0 | 16 | 61 | 237 | 31 | 50 |
| Binary | 1001101 | 10000001 | 1101111 | 101000 | 0 | 1110 | 110001 | 10011111 | 11001 | 101000 |
Color Harmonies of #4D816F
Complementary color
Monochromatic Colors of #4D816F
Black with #4D816F
Text Example
Text Example
White with #4D816F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D816F; }
p { color: rgb(77,129,111); }
H1.HeaderClassName
{
color: #4D816F;
}
.AnyTagClassName
{
color: #4D816F;
}
</style>
background-color css
<style>
a { background-color: #4D816F; }
a { background-color: rgb(77,129,111); }
div.DivClassName
{
background-color: #4D816F;
}
.BgClassName
{
background-color: #4D816F;
}
</style>
border-color css
<style>
span { border-color: #4D816F; }
span { border-color: rgb(77,129,111); }
td.TdClassName
{
border-color: #4D816F;
}
.TagClassName
{
border-color: #4D816F;
}
</style>