Shades of Viridian #4D8270
Tints of Viridian #4D8270
RGB
CMYK
RGB Variations
Color information
#4D8270 (or 0x4D8270) is known color: Viridian. HEX triplet: 4D, 82 and 70. RGB value is (77,130,112). Sum of RGB (Red+Green+Blue) = 77+130+112=319 (42% of max value = 765). Red value is 77 (30.47% from 255 or 24.14% from 319); Green value is 130 (51.17% from 255 or 40.75% from 319); Blue value is 112 (44.14% from 255 or 35.11% from 319); Max value from RGB is 130 - color contains mainly: green. Hex color #4D8270 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D8270 is #B27D8F. Grayscale: #707070. Windows color (decimal): -11697552 or 7373389. OLE color: 7373389.
HSL color Cylindrical-coordinate representation of color #4D8270: hue angle of 159.62º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4D8270 is Cyan = 0.41, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 77 | 130 | 112 | - |
| CMYK | 0.41 | 0 | 0.14 | 0.49 |
| HSL | 159.62º | 0.26% | 0.41% | - |
| HSV(B) | 159.62º | 0.41% | 0.51% | - |
| XYZ | 13.97 | 18.71 | 18.21 | - |
| YUV | 112.1 | 127.94 | 102.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 130 | 112 | 0.41 | 0 | 0.14 | 0.49 | 159.62 | 0.26 | 0.41 |
| Hex | 4D | 82 | 70 | 29 | 0 | E | 31 | A0 | 1A | 29 |
| Octal | 115 | 202 | 160 | 51 | 0 | 16 | 61 | 240 | 32 | 51 |
| Binary | 1001101 | 10000010 | 1110000 | 101001 | 0 | 1110 | 110001 | 10100000 | 11010 | 101001 |
Color Harmonies of #4D8270
Complementary color
Monochromatic Colors of #4D8270
Black with #4D8270
Text Example
Text Example
White with #4D8270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8270; }
p { color: rgb(77,130,112); }
H1.HeaderClassName
{
color: #4D8270;
}
.AnyTagClassName
{
color: #4D8270;
}
</style>
background-color css
<style>
a { background-color: #4D8270; }
a { background-color: rgb(77,130,112); }
div.DivClassName
{
background-color: #4D8270;
}
.BgClassName
{
background-color: #4D8270;
}
</style>
border-color css
<style>
span { border-color: #4D8270; }
span { border-color: rgb(77,130,112); }
td.TdClassName
{
border-color: #4D8270;
}
.TagClassName
{
border-color: #4D8270;
}
</style>