Shades of Viridian Green #4D625B
Tints of Viridian Green #4D625B
RGB
CMYK
RGB Variations
Color information
#4D625B (or 0x4D625B) is known color: Viridian Green. HEX triplet: 4D, 62 and 5B. RGB value is (77,98,91). Sum of RGB (Red+Green+Blue) = 77+98+91=266 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.95% from 266); Green value is 98 (38.67% from 255 or 36.84% from 266); Blue value is 91 (35.94% from 255 or 34.21% from 266); Max value from RGB is 98 - color contains mainly: green. Hex color #4D625B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D625B is #B29DA4. Grayscale: #5A5A5A. Windows color (decimal): -11705765 or 5988941. OLE color: 5988941.
HSL color Cylindrical-coordinate representation of color #4D625B: hue angle of 160º 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 #4D625B is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 77 | 98 | 91 | - |
| CMYK | 0.21 | 0 | 0.07 | 0.62 |
| HSL | 160º | 0.12% | 0.34% | - |
| HSV(B) | 160º | 0.21% | 0.38% | - |
| XYZ | 9.32 | 11.07 | 11.54 | - |
| YUV | 90.92 | 128.04 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 98 | 91 | 0.21 | 0 | 0.07 | 0.62 | 160 | 0.12 | 0.34 |
| Hex | 4D | 62 | 5B | 15 | 0 | 7 | 3E | A0 | C | 22 |
| Octal | 115 | 142 | 133 | 25 | 0 | 7 | 76 | 240 | 14 | 42 |
| Binary | 1001101 | 1100010 | 1011011 | 10101 | 0 | 111 | 111110 | 10100000 | 1100 | 100010 |
Color Harmonies of #4D625B
Complementary color
Monochromatic Colors of #4D625B
Black with #4D625B
Text Example
Text Example
White with #4D625B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D625B; }
p { color: rgb(77,98,91); }
H1.HeaderClassName
{
color: #4D625B;
}
.AnyTagClassName
{
color: #4D625B;
}
</style>
background-color css
<style>
a { background-color: #4D625B; }
a { background-color: rgb(77,98,91); }
div.DivClassName
{
background-color: #4D625B;
}
.BgClassName
{
background-color: #4D625B;
}
</style>
border-color css
<style>
span { border-color: #4D625B; }
span { border-color: rgb(77,98,91); }
td.TdClassName
{
border-color: #4D625B;
}
.TagClassName
{
border-color: #4D625B;
}
</style>