Shades of Viridian #4D856C
Tints of Viridian #4D856C
RGB
CMYK
RGB Variations
Color information
#4D856C (or 0x4D856C) is known color: Viridian. HEX triplet: 4D, 85 and 6C. RGB value is (77,133,108). Sum of RGB (Red+Green+Blue) = 77+133+108=318 (42% of max value = 765). Red value is 77 (30.47% from 255 or 24.21% from 318); Green value is 133 (52.34% from 255 or 41.82% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 133 - color contains mainly: green. Hex color #4D856C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D856C is #B27A93. Grayscale: #717171. Windows color (decimal): -11696788 or 7112013. OLE color: 7112013.
HSL color Cylindrical-coordinate representation of color #4D856C: hue angle of 153.21º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4D856C is Cyan = 0.42, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 77 | 133 | 108 | - |
| CMYK | 0.42 | 0 | 0.19 | 0.48 |
| HSL | 153.21º | 0.27% | 0.41% | - |
| HSV(B) | 153.21º | 0.42% | 0.52% | - |
| XYZ | 14.15 | 19.44 | 17.19 | - |
| YUV | 113.41 | 124.95 | 102.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 133 | 108 | 0.42 | 0 | 0.19 | 0.48 | 153.21 | 0.27 | 0.41 |
| Hex | 4D | 85 | 6C | 2A | 0 | 13 | 30 | 99 | 1B | 29 |
| Octal | 115 | 205 | 154 | 52 | 0 | 23 | 60 | 231 | 33 | 51 |
| Binary | 1001101 | 10000101 | 1101100 | 101010 | 0 | 10011 | 110000 | 10011001 | 11011 | 101001 |
Color Harmonies of #4D856C
Complementary color
Monochromatic Colors of #4D856C
Black with #4D856C
Text Example
Text Example
White with #4D856C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D856C; }
p { color: rgb(77,133,108); }
H1.HeaderClassName
{
color: #4D856C;
}
.AnyTagClassName
{
color: #4D856C;
}
</style>
background-color css
<style>
a { background-color: #4D856C; }
a { background-color: rgb(77,133,108); }
div.DivClassName
{
background-color: #4D856C;
}
.BgClassName
{
background-color: #4D856C;
}
</style>
border-color css
<style>
span { border-color: #4D856C; }
span { border-color: rgb(77,133,108); }
td.TdClassName
{
border-color: #4D856C;
}
.TagClassName
{
border-color: #4D856C;
}
</style>