Shades of Viridian #3E8B6D
Tints of Viridian #3E8B6D
RGB
CMYK
RGB Variations
Color information
#3E8B6D (or 0x3E8B6D) is known color: Viridian. HEX triplet: 3E, 8B and 6D. RGB value is (62,139,109). Sum of RGB (Red+Green+Blue) = 62+139+109=310 (41% of max value = 765). Red value is 62 (24.61% from 255 or 20% from 310); Green value is 139 (54.69% from 255 or 44.84% from 310); Blue value is 109 (42.97% from 255 or 35.16% from 310); Max value from RGB is 139 - color contains mainly: green. Hex color #3E8B6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E8B6D is #C17492. Grayscale: #707070. Windows color (decimal): -12678291 or 7179070. OLE color: 7179070.
HSL color Cylindrical-coordinate representation of color #3E8B6D: hue angle of 156.62º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3E8B6D is Cyan = 0.55, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 62 | 139 | 109 | - |
| CMYK | 0.55 | 0 | 0.22 | 0.45 |
| HSL | 156.62º | 0.38% | 0.39% | - |
| HSV(B) | 156.62º | 0.55% | 0.55% | - |
| XYZ | 13.98 | 20.59 | 17.71 | - |
| YUV | 112.56 | 125.99 | 91.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 139 | 109 | 0.55 | 0 | 0.22 | 0.45 | 156.62 | 0.38 | 0.39 |
| Hex | 3E | 8B | 6D | 37 | 0 | 16 | 2D | 9D | 26 | 27 |
| Octal | 76 | 213 | 155 | 67 | 0 | 26 | 55 | 235 | 46 | 47 |
| Binary | 111110 | 10001011 | 1101101 | 110111 | 0 | 10110 | 101101 | 10011101 | 100110 | 100111 |
Color Harmonies of #3E8B6D
Complementary color
Monochromatic Colors of #3E8B6D
Black with #3E8B6D
Text Example
Text Example
White with #3E8B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E8B6D; }
p { color: rgb(62,139,109); }
H1.HeaderClassName
{
color: #3E8B6D;
}
.AnyTagClassName
{
color: #3E8B6D;
}
</style>
background-color css
<style>
a { background-color: #3E8B6D; }
a { background-color: rgb(62,139,109); }
div.DivClassName
{
background-color: #3E8B6D;
}
.BgClassName
{
background-color: #3E8B6D;
}
</style>
border-color css
<style>
span { border-color: #3E8B6D; }
span { border-color: rgb(62,139,109); }
td.TdClassName
{
border-color: #3E8B6D;
}
.TagClassName
{
border-color: #3E8B6D;
}
</style>