Shades of Viridian #3E8972
Tints of Viridian #3E8972
RGB
CMYK
RGB Variations
Color information
#3E8972 (or 0x3E8972) is known color: Viridian. HEX triplet: 3E, 89 and 72. RGB value is (62,137,114). Sum of RGB (Red+Green+Blue) = 62+137+114=313 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.81% from 313); Green value is 137 (53.91% from 255 or 43.77% from 313); Blue value is 114 (44.92% from 255 or 36.42% from 313); Max value from RGB is 137 - color contains mainly: green. Hex color #3E8972 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E8972 is #C1768D. Grayscale: #6F6F6F. Windows color (decimal): -12678798 or 7506238. OLE color: 7506238.
HSL color Cylindrical-coordinate representation of color #3E8972: hue angle of 161.6º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3E8972 is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 62 | 137 | 114 | - |
| CMYK | 0.55 | 0 | 0.17 | 0.46 |
| HSL | 161.6º | 0.38% | 0.39% | - |
| HSV(B) | 161.6º | 0.55% | 0.54% | - |
| XYZ | 13.97 | 20.13 | 19.07 | - |
| YUV | 111.95 | 129.15 | 92.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 137 | 114 | 0.55 | 0 | 0.17 | 0.46 | 161.6 | 0.38 | 0.39 |
| Hex | 3E | 89 | 72 | 37 | 0 | 11 | 2E | A2 | 26 | 27 |
| Octal | 76 | 211 | 162 | 67 | 0 | 21 | 56 | 242 | 46 | 47 |
| Binary | 111110 | 10001001 | 1110010 | 110111 | 0 | 10001 | 101110 | 10100010 | 100110 | 100111 |
Color Harmonies of #3E8972
Complementary color
Monochromatic Colors of #3E8972
Black with #3E8972
Text Example
Text Example
White with #3E8972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E8972; }
p { color: rgb(62,137,114); }
H1.HeaderClassName
{
color: #3E8972;
}
.AnyTagClassName
{
color: #3E8972;
}
</style>
background-color css
<style>
a { background-color: #3E8972; }
a { background-color: rgb(62,137,114); }
div.DivClassName
{
background-color: #3E8972;
}
.BgClassName
{
background-color: #3E8972;
}
</style>
border-color css
<style>
span { border-color: #3E8972; }
span { border-color: rgb(62,137,114); }
td.TdClassName
{
border-color: #3E8972;
}
.TagClassName
{
border-color: #3E8972;
}
</style>