Shades of Viridian #4D856B
Tints of Viridian #4D856B
RGB
CMYK
RGB Variations
Color information
#4D856B (or 0x4D856B) is known color: Viridian. HEX triplet: 4D, 85 and 6B. RGB value is (77,133,107). Sum of RGB (Red+Green+Blue) = 77+133+107=317 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.29% from 317); Green value is 133 (52.34% from 255 or 41.96% from 317); Blue value is 107 (42.19% from 255 or 33.75% from 317); Max value from RGB is 133 - color contains mainly: green. Hex color #4D856B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D856B is #B27A94. Grayscale: #717171. Windows color (decimal): -11696789 or 7046477. OLE color: 7046477.
HSL color Cylindrical-coordinate representation of color #4D856B: hue angle of 152.14º 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 #4D856B is Cyan = 0.42, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 77 | 133 | 107 | - |
| CMYK | 0.42 | 0 | 0.20 | 0.48 |
| HSL | 152.14º | 0.27% | 0.41% | - |
| HSV(B) | 152.14º | 0.42% | 0.52% | - |
| XYZ | 14.1 | 19.41 | 16.91 | - |
| YUV | 113.29 | 124.45 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 133 | 107 | 0.42 | 0 | 0.20 | 0.48 | 152.14 | 0.27 | 0.41 |
| Hex | 4D | 85 | 6B | 2A | 0 | 14 | 30 | 98 | 1B | 29 |
| Octal | 115 | 205 | 153 | 52 | 0 | 24 | 60 | 230 | 33 | 51 |
| Binary | 1001101 | 10000101 | 1101011 | 101010 | 0 | 10100 | 110000 | 10011000 | 11011 | 101001 |
Color Harmonies of #4D856B
Complementary color
Monochromatic Colors of #4D856B
Black with #4D856B
Text Example
Text Example
White with #4D856B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D856B; }
p { color: rgb(77,133,107); }
H1.HeaderClassName
{
color: #4D856B;
}
.AnyTagClassName
{
color: #4D856B;
}
</style>
background-color css
<style>
a { background-color: #4D856B; }
a { background-color: rgb(77,133,107); }
div.DivClassName
{
background-color: #4D856B;
}
.BgClassName
{
background-color: #4D856B;
}
</style>
border-color css
<style>
span { border-color: #4D856B; }
span { border-color: rgb(77,133,107); }
td.TdClassName
{
border-color: #4D856B;
}
.TagClassName
{
border-color: #4D856B;
}
</style>