Shades of Viridian #3E8D72
Tints of Viridian #3E8D72
RGB
CMYK
RGB Variations
Color information
#3E8D72 (or 0x3E8D72) is known color: Viridian. HEX triplet: 3E, 8D and 72. RGB value is (62,141,114). Sum of RGB (Red+Green+Blue) = 62+141+114=317 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.56% from 317); Green value is 141 (55.47% from 255 or 44.48% from 317); Blue value is 114 (44.92% from 255 or 35.96% from 317); Max value from RGB is 141 - color contains mainly: green. Hex color #3E8D72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E8D72 is #C1728D. Grayscale: #727272. Windows color (decimal): -12677774 or 7507262. OLE color: 7507262.
HSL color Cylindrical-coordinate representation of color #3E8D72: hue angle of 159.49º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3E8D72 is Cyan = 0.56, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 62 | 141 | 114 | - |
| CMYK | 0.56 | 0 | 0.19 | 0.45 |
| HSL | 159.49º | 0.39% | 0.4% | - |
| HSV(B) | 159.49º | 0.56% | 0.55% | - |
| XYZ | 14.55 | 21.29 | 19.26 | - |
| YUV | 114.3 | 127.83 | 90.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 141 | 114 | 0.56 | 0 | 0.19 | 0.45 | 159.49 | 0.39 | 0.4 |
| Hex | 3E | 8D | 72 | 38 | 0 | 13 | 2D | 9F | 27 | 28 |
| Octal | 76 | 215 | 162 | 70 | 0 | 23 | 55 | 237 | 47 | 50 |
| Binary | 111110 | 10001101 | 1110010 | 111000 | 0 | 10011 | 101101 | 10011111 | 100111 | 101000 |
Color Harmonies of #3E8D72
Complementary color
Monochromatic Colors of #3E8D72
Black with #3E8D72
Text Example
Text Example
White with #3E8D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E8D72; }
p { color: rgb(62,141,114); }
H1.HeaderClassName
{
color: #3E8D72;
}
.AnyTagClassName
{
color: #3E8D72;
}
</style>
background-color css
<style>
a { background-color: #3E8D72; }
a { background-color: rgb(62,141,114); }
div.DivClassName
{
background-color: #3E8D72;
}
.BgClassName
{
background-color: #3E8D72;
}
</style>
border-color css
<style>
span { border-color: #3E8D72; }
span { border-color: rgb(62,141,114); }
td.TdClassName
{
border-color: #3E8D72;
}
.TagClassName
{
border-color: #3E8D72;
}
</style>