Shades of Viridian #4D816B
Tints of Viridian #4D816B
RGB
CMYK
RGB Variations
Color information
#4D816B (or 0x4D816B) is known color: Viridian. HEX triplet: 4D, 81 and 6B. RGB value is (77,129,107). Sum of RGB (Red+Green+Blue) = 77+129+107=313 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.60% from 313); Green value is 129 (50.78% from 255 or 41.21% from 313); Blue value is 107 (42.19% from 255 or 34.19% from 313); Max value from RGB is 129 - color contains mainly: green. Hex color #4D816B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D816B is #B27E94. Grayscale: #6E6E6E. Windows color (decimal): -11697813 or 7045453. OLE color: 7045453.
HSL color Cylindrical-coordinate representation of color #4D816B: hue angle of 154.62º 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 #4D816B is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 77 | 129 | 107 | - |
| CMYK | 0.40 | 0 | 0.17 | 0.49 |
| HSL | 154.62º | 0.25% | 0.4% | - |
| HSV(B) | 154.62º | 0.4% | 0.51% | - |
| XYZ | 13.56 | 18.34 | 16.73 | - |
| YUV | 110.94 | 125.77 | 103.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 129 | 107 | 0.40 | 0 | 0.17 | 0.49 | 154.62 | 0.25 | 0.4 |
| Hex | 4D | 81 | 6B | 28 | 0 | 11 | 31 | 9B | 19 | 28 |
| Octal | 115 | 201 | 153 | 50 | 0 | 21 | 61 | 233 | 31 | 50 |
| Binary | 1001101 | 10000001 | 1101011 | 101000 | 0 | 10001 | 110001 | 10011011 | 11001 | 101000 |
Color Harmonies of #4D816B
Complementary color
Monochromatic Colors of #4D816B
Black with #4D816B
Text Example
Text Example
White with #4D816B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D816B; }
p { color: rgb(77,129,107); }
H1.HeaderClassName
{
color: #4D816B;
}
.AnyTagClassName
{
color: #4D816B;
}
</style>
background-color css
<style>
a { background-color: #4D816B; }
a { background-color: rgb(77,129,107); }
div.DivClassName
{
background-color: #4D816B;
}
.BgClassName
{
background-color: #4D816B;
}
</style>
border-color css
<style>
span { border-color: #4D816B; }
span { border-color: rgb(77,129,107); }
td.TdClassName
{
border-color: #4D816B;
}
.TagClassName
{
border-color: #4D816B;
}
</style>