Shades of Viridian Green #4D6257
Tints of Viridian Green #4D6257
RGB
CMYK
RGB Variations
Color information
#4D6257 (or 0x4D6257) is known color: Viridian Green. HEX triplet: 4D, 62 and 57. RGB value is (77,98,87). Sum of RGB (Red+Green+Blue) = 77+98+87=262 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.39% from 262); Green value is 98 (38.67% from 255 or 37.40% from 262); Blue value is 87 (34.38% from 255 or 33.21% from 262); Max value from RGB is 98 - color contains mainly: green. Hex color #4D6257 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6257 is #B29DA8. Grayscale: #5A5A5A. Windows color (decimal): -11705769 or 5726797. OLE color: 5726797.
HSL color Cylindrical-coordinate representation of color #4D6257: hue angle of 148.57º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4D6257 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 77 | 98 | 87 | - |
| CMYK | 0.21 | 0 | 0.11 | 0.62 |
| HSL | 148.57º | 0.12% | 0.34% | - |
| HSV(B) | 148.57º | 0.21% | 0.38% | - |
| XYZ | 9.15 | 11 | 10.66 | - |
| YUV | 90.47 | 126.04 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 98 | 87 | 0.21 | 0 | 0.11 | 0.62 | 148.57 | 0.12 | 0.34 |
| Hex | 4D | 62 | 57 | 15 | 0 | B | 3E | 95 | C | 22 |
| Octal | 115 | 142 | 127 | 25 | 0 | 13 | 76 | 225 | 14 | 42 |
| Binary | 1001101 | 1100010 | 1010111 | 10101 | 0 | 1011 | 111110 | 10010101 | 1100 | 100010 |
Color Harmonies of #4D6257
Complementary color
Monochromatic Colors of #4D6257
Black with #4D6257
Text Example
Text Example
White with #4D6257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6257; }
p { color: rgb(77,98,87); }
H1.HeaderClassName
{
color: #4D6257;
}
.AnyTagClassName
{
color: #4D6257;
}
</style>
background-color css
<style>
a { background-color: #4D6257; }
a { background-color: rgb(77,98,87); }
div.DivClassName
{
background-color: #4D6257;
}
.BgClassName
{
background-color: #4D6257;
}
</style>
border-color css
<style>
span { border-color: #4D6257; }
span { border-color: rgb(77,98,87); }
td.TdClassName
{
border-color: #4D6257;
}
.TagClassName
{
border-color: #4D6257;
}
</style>