Shades of Viridian Green #4D5D57
Tints of Viridian Green #4D5D57
RGB
CMYK
RGB Variations
Color information
#4D5D57 (or 0x4D5D57) is known color: Viridian Green. HEX triplet: 4D, 5D and 57. RGB value is (77,93,87). Sum of RGB (Red+Green+Blue) = 77+93+87=257 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.96% from 257); Green value is 93 (36.72% from 255 or 36.19% from 257); Blue value is 87 (34.38% from 255 or 33.85% from 257); Max value from RGB is 93 - color contains mainly: green. Hex color #4D5D57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5D57 is #B2A2A8. Grayscale: #575757. Windows color (decimal): -11707049 or 5725517. OLE color: 5725517.
HSL color Cylindrical-coordinate representation of color #4D5D57: hue angle of 157.5º degrees, saturation: 0.09, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #4D5D57 is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 77 | 93 | 87 | - |
| CMYK | 0.17 | 0 | 0.06 | 0.64 |
| HSL | 157.5º | 0.09% | 0.33% | - |
| HSV(B) | 157.5º | 0.17% | 0.36% | - |
| XYZ | 8.7 | 10.09 | 10.51 | - |
| YUV | 87.53 | 127.7 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 93 | 87 | 0.17 | 0 | 0.06 | 0.64 | 157.5 | 0.09 | 0.33 |
| Hex | 4D | 5D | 57 | 11 | 0 | 6 | 40 | 9E | 9 | 21 |
| Octal | 115 | 135 | 127 | 21 | 0 | 6 | 100 | 236 | 11 | 41 |
| Binary | 1001101 | 1011101 | 1010111 | 10001 | 0 | 110 | 1000000 | 10011110 | 1001 | 100001 |
Color Harmonies of #4D5D57
Complementary color
Monochromatic Colors of #4D5D57
Black with #4D5D57
Text Example
Text Example
White with #4D5D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5D57; }
p { color: rgb(77,93,87); }
H1.HeaderClassName
{
color: #4D5D57;
}
.AnyTagClassName
{
color: #4D5D57;
}
</style>
background-color css
<style>
a { background-color: #4D5D57; }
a { background-color: rgb(77,93,87); }
div.DivClassName
{
background-color: #4D5D57;
}
.BgClassName
{
background-color: #4D5D57;
}
</style>
border-color css
<style>
span { border-color: #4D5D57; }
span { border-color: rgb(77,93,87); }
td.TdClassName
{
border-color: #4D5D57;
}
.TagClassName
{
border-color: #4D5D57;
}
</style>