Shades of Viridian #3E8B6E
Tints of Viridian #3E8B6E
RGB
CMYK
RGB Variations
Color information
#3E8B6E (or 0x3E8B6E) is known color: Viridian. HEX triplet: 3E, 8B and 6E. RGB value is (62,139,110). Sum of RGB (Red+Green+Blue) = 62+139+110=311 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.94% from 311); Green value is 139 (54.69% from 255 or 44.69% from 311); Blue value is 110 (43.36% from 255 or 35.37% from 311); Max value from RGB is 139 - color contains mainly: green. Hex color #3E8B6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E8B6E is #C17491. Grayscale: #707070. Windows color (decimal): -12678290 or 7244606. OLE color: 7244606.
HSL color Cylindrical-coordinate representation of color #3E8B6E: hue angle of 157.4º 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 #3E8B6E is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 62 | 139 | 110 | - |
| CMYK | 0.55 | 0 | 0.21 | 0.45 |
| HSL | 157.4º | 0.38% | 0.39% | - |
| HSV(B) | 157.4º | 0.55% | 0.55% | - |
| XYZ | 14.03 | 20.62 | 17.99 | - |
| YUV | 112.67 | 126.49 | 91.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 139 | 110 | 0.55 | 0 | 0.21 | 0.45 | 157.4 | 0.38 | 0.39 |
| Hex | 3E | 8B | 6E | 37 | 0 | 15 | 2D | 9D | 26 | 27 |
| Octal | 76 | 213 | 156 | 67 | 0 | 25 | 55 | 235 | 46 | 47 |
| Binary | 111110 | 10001011 | 1101110 | 110111 | 0 | 10101 | 101101 | 10011101 | 100110 | 100111 |
Color Harmonies of #3E8B6E
Complementary color
Monochromatic Colors of #3E8B6E
Black with #3E8B6E
Text Example
Text Example
White with #3E8B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E8B6E; }
p { color: rgb(62,139,110); }
H1.HeaderClassName
{
color: #3E8B6E;
}
.AnyTagClassName
{
color: #3E8B6E;
}
</style>
background-color css
<style>
a { background-color: #3E8B6E; }
a { background-color: rgb(62,139,110); }
div.DivClassName
{
background-color: #3E8B6E;
}
.BgClassName
{
background-color: #3E8B6E;
}
</style>
border-color css
<style>
span { border-color: #3E8B6E; }
span { border-color: rgb(62,139,110); }
td.TdClassName
{
border-color: #3E8B6E;
}
.TagClassName
{
border-color: #3E8B6E;
}
</style>