Shades of Viridian #4D8C74
Tints of Viridian #4D8C74
RGB
CMYK
RGB Variations
Color information
#4D8C74 (or 0x4D8C74) is known color: Viridian. HEX triplet: 4D, 8C and 74. RGB value is (77,140,116). Sum of RGB (Red+Green+Blue) = 77+140+116=333 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.12% from 333); Green value is 140 (55.08% from 255 or 42.04% from 333); Blue value is 116 (45.70% from 255 or 34.83% from 333); Max value from RGB is 140 - color contains mainly: green. Hex color #4D8C74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D8C74 is #B2738B. Grayscale: #767676. Windows color (decimal): -11694988 or 7638093. OLE color: 7638093.
HSL color Cylindrical-coordinate representation of color #4D8C74: hue angle of 157.14º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4D8C74 is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 77 | 140 | 116 | - |
| CMYK | 0.45 | 0 | 0.17 | 0.45 |
| HSL | 157.14º | 0.29% | 0.43% | - |
| HSV(B) | 157.14º | 0.45% | 0.55% | - |
| XYZ | 15.59 | 21.59 | 19.87 | - |
| YUV | 118.43 | 126.63 | 98.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 140 | 116 | 0.45 | 0 | 0.17 | 0.45 | 157.14 | 0.29 | 0.43 |
| Hex | 4D | 8C | 74 | 2D | 0 | 11 | 2D | 9D | 1D | 2B |
| Octal | 115 | 214 | 164 | 55 | 0 | 21 | 55 | 235 | 35 | 53 |
| Binary | 1001101 | 10001100 | 1110100 | 101101 | 0 | 10001 | 101101 | 10011101 | 11101 | 101011 |
Color Harmonies of #4D8C74
Complementary color
Monochromatic Colors of #4D8C74
Black with #4D8C74
Text Example
Text Example
White with #4D8C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8C74; }
p { color: rgb(77,140,116); }
H1.HeaderClassName
{
color: #4D8C74;
}
.AnyTagClassName
{
color: #4D8C74;
}
</style>
background-color css
<style>
a { background-color: #4D8C74; }
a { background-color: rgb(77,140,116); }
div.DivClassName
{
background-color: #4D8C74;
}
.BgClassName
{
background-color: #4D8C74;
}
</style>
border-color css
<style>
span { border-color: #4D8C74; }
span { border-color: rgb(77,140,116); }
td.TdClassName
{
border-color: #4D8C74;
}
.TagClassName
{
border-color: #4D8C74;
}
</style>