Shades of Viridian Green #4D6056
Tints of Viridian Green #4D6056
RGB
CMYK
RGB Variations
Color information
#4D6056 (or 0x4D6056) is known color: Viridian Green. HEX triplet: 4D, 60 and 56. RGB value is (77,96,86). Sum of RGB (Red+Green+Blue) = 77+96+86=259 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.73% from 259); Green value is 96 (37.89% from 255 or 37.07% from 259); Blue value is 86 (33.98% from 255 or 33.20% from 259); Max value from RGB is 96 - color contains mainly: green. Hex color #4D6056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6056 is #B29FA9. Grayscale: #595959. Windows color (decimal): -11706282 or 5660749. OLE color: 5660749.
HSL color Cylindrical-coordinate representation of color #4D6056: hue angle of 148.42º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4D6056 is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 77 | 96 | 86 | - |
| CMYK | 0.20 | 0 | 0.10 | 0.62 |
| HSL | 148.42º | 0.11% | 0.34% | - |
| HSV(B) | 148.42º | 0.2% | 0.38% | - |
| XYZ | 8.92 | 10.62 | 10.38 | - |
| YUV | 89.18 | 126.21 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 96 | 86 | 0.20 | 0 | 0.10 | 0.62 | 148.42 | 0.11 | 0.34 |
| Hex | 4D | 60 | 56 | 14 | 0 | A | 3E | 94 | B | 22 |
| Octal | 115 | 140 | 126 | 24 | 0 | 12 | 76 | 224 | 13 | 42 |
| Binary | 1001101 | 1100000 | 1010110 | 10100 | 0 | 1010 | 111110 | 10010100 | 1011 | 100010 |
Color Harmonies of #4D6056
Complementary color
Monochromatic Colors of #4D6056
Black with #4D6056
Text Example
Text Example
White with #4D6056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6056; }
p { color: rgb(77,96,86); }
H1.HeaderClassName
{
color: #4D6056;
}
.AnyTagClassName
{
color: #4D6056;
}
</style>
background-color css
<style>
a { background-color: #4D6056; }
a { background-color: rgb(77,96,86); }
div.DivClassName
{
background-color: #4D6056;
}
.BgClassName
{
background-color: #4D6056;
}
</style>
border-color css
<style>
span { border-color: #4D6056; }
span { border-color: rgb(77,96,86); }
td.TdClassName
{
border-color: #4D6056;
}
.TagClassName
{
border-color: #4D6056;
}
</style>