Shades of Viridian #4D8B77
Tints of Viridian #4D8B77
RGB
CMYK
RGB Variations
Color information
#4D8B77 (or 0x4D8B77) is known color: Viridian. HEX triplet: 4D, 8B and 77. RGB value is (77,139,119). Sum of RGB (Red+Green+Blue) = 77+139+119=335 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.99% from 335); Green value is 139 (54.69% from 255 or 41.49% from 335); Blue value is 119 (46.88% from 255 or 35.52% from 335); Max value from RGB is 139 - color contains mainly: green. Hex color #4D8B77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D8B77 is #B27488. Grayscale: #767676. Windows color (decimal): -11695241 or 7834445. OLE color: 7834445.
HSL color Cylindrical-coordinate representation of color #4D8B77: hue angle of 160.65º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4D8B77 is Cyan = 0.45, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 77 | 139 | 119 | - |
| CMYK | 0.45 | 0 | 0.14 | 0.45 |
| HSL | 160.65º | 0.29% | 0.42% | - |
| HSV(B) | 160.65º | 0.45% | 0.55% | - |
| XYZ | 15.62 | 21.37 | 20.76 | - |
| YUV | 118.18 | 128.46 | 98.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 139 | 119 | 0.45 | 0 | 0.14 | 0.45 | 160.65 | 0.29 | 0.42 |
| Hex | 4D | 8B | 77 | 2D | 0 | E | 2D | A1 | 1D | 2A |
| Octal | 115 | 213 | 167 | 55 | 0 | 16 | 55 | 241 | 35 | 52 |
| Binary | 1001101 | 10001011 | 1110111 | 101101 | 0 | 1110 | 101101 | 10100001 | 11101 | 101010 |
Color Harmonies of #4D8B77
Complementary color
Monochromatic Colors of #4D8B77
Black with #4D8B77
Text Example
Text Example
White with #4D8B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8B77; }
p { color: rgb(77,139,119); }
H1.HeaderClassName
{
color: #4D8B77;
}
.AnyTagClassName
{
color: #4D8B77;
}
</style>
background-color css
<style>
a { background-color: #4D8B77; }
a { background-color: rgb(77,139,119); }
div.DivClassName
{
background-color: #4D8B77;
}
.BgClassName
{
background-color: #4D8B77;
}
</style>
border-color css
<style>
span { border-color: #4D8B77; }
span { border-color: rgb(77,139,119); }
td.TdClassName
{
border-color: #4D8B77;
}
.TagClassName
{
border-color: #4D8B77;
}
</style>