Shades of Viridian Green #4D6D61
Tints of Viridian Green #4D6D61
RGB
CMYK
RGB Variations
Color information
#4D6D61 (or 0x4D6D61) is known color: Viridian Green. HEX triplet: 4D, 6D and 61. RGB value is (77,109,97). Sum of RGB (Red+Green+Blue) = 77+109+97=283 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.21% from 283); Green value is 109 (42.97% from 255 or 38.52% from 283); Blue value is 97 (38.28% from 255 or 34.28% from 283); Max value from RGB is 109 - color contains mainly: green. Hex color #4D6D61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6D61 is #B2929E. Grayscale: #626262. Windows color (decimal): -11702943 or 6384973. OLE color: 6384973.
HSL color Cylindrical-coordinate representation of color #4D6D61: hue angle of 157.5º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4D6D61 is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 77 | 109 | 97 | - |
| CMYK | 0.29 | 0 | 0.11 | 0.57 |
| HSL | 157.5º | 0.17% | 0.36% | - |
| HSV(B) | 157.5º | 0.29% | 0.43% | - |
| XYZ | 10.69 | 13.38 | 13.33 | - |
| YUV | 98.06 | 127.4 | 112.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 109 | 97 | 0.29 | 0 | 0.11 | 0.57 | 157.5 | 0.17 | 0.36 |
| Hex | 4D | 6D | 61 | 1D | 0 | B | 39 | 9E | 11 | 24 |
| Octal | 115 | 155 | 141 | 35 | 0 | 13 | 71 | 236 | 21 | 44 |
| Binary | 1001101 | 1101101 | 1100001 | 11101 | 0 | 1011 | 111001 | 10011110 | 10001 | 100100 |
Color Harmonies of #4D6D61
Complementary color
Monochromatic Colors of #4D6D61
Black with #4D6D61
Text Example
Text Example
White with #4D6D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6D61; }
p { color: rgb(77,109,97); }
H1.HeaderClassName
{
color: #4D6D61;
}
.AnyTagClassName
{
color: #4D6D61;
}
</style>
background-color css
<style>
a { background-color: #4D6D61; }
a { background-color: rgb(77,109,97); }
div.DivClassName
{
background-color: #4D6D61;
}
.BgClassName
{
background-color: #4D6D61;
}
</style>
border-color css
<style>
span { border-color: #4D6D61; }
span { border-color: rgb(77,109,97); }
td.TdClassName
{
border-color: #4D6D61;
}
.TagClassName
{
border-color: #4D6D61;
}
</style>