Shades of Viridian #3E8966
Tints of Viridian #3E8966
RGB
CMYK
RGB Variations
Color information
#3E8966 (or 0x3E8966) is known color: Viridian. HEX triplet: 3E, 89 and 66. RGB value is (62,137,102). Sum of RGB (Red+Green+Blue) = 62+137+102=301 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.60% from 301); Green value is 137 (53.91% from 255 or 45.51% from 301); Blue value is 102 (40.23% from 255 or 33.89% from 301); Max value from RGB is 137 - color contains mainly: green. Hex color #3E8966 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E8966 is #C17699. Grayscale: #6E6E6E. Windows color (decimal): -12678810 or 6719806. OLE color: 6719806.
HSL color Cylindrical-coordinate representation of color #3E8966: hue angle of 152º 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 #3E8966 is Cyan = 0.55, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 62 | 137 | 102 | - |
| CMYK | 0.55 | 0 | 0.26 | 0.46 |
| HSL | 152º | 0.38% | 0.39% | - |
| HSV(B) | 152º | 0.55% | 0.54% | - |
| XYZ | 13.33 | 19.87 | 15.7 | - |
| YUV | 110.59 | 123.15 | 93.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 137 | 102 | 0.55 | 0 | 0.26 | 0.46 | 152 | 0.38 | 0.39 |
| Hex | 3E | 89 | 66 | 37 | 0 | 1A | 2E | 98 | 26 | 27 |
| Octal | 76 | 211 | 146 | 67 | 0 | 32 | 56 | 230 | 46 | 47 |
| Binary | 111110 | 10001001 | 1100110 | 110111 | 0 | 11010 | 101110 | 10011000 | 100110 | 100111 |
Color Harmonies of #3E8966
Complementary color
Monochromatic Colors of #3E8966
Black with #3E8966
Text Example
Text Example
White with #3E8966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E8966; }
p { color: rgb(62,137,102); }
H1.HeaderClassName
{
color: #3E8966;
}
.AnyTagClassName
{
color: #3E8966;
}
</style>
background-color css
<style>
a { background-color: #3E8966; }
a { background-color: rgb(62,137,102); }
div.DivClassName
{
background-color: #3E8966;
}
.BgClassName
{
background-color: #3E8966;
}
</style>
border-color css
<style>
span { border-color: #3E8966; }
span { border-color: rgb(62,137,102); }
td.TdClassName
{
border-color: #3E8966;
}
.TagClassName
{
border-color: #3E8966;
}
</style>