Shades of Viridian #3E896E
Tints of Viridian #3E896E
RGB
CMYK
RGB Variations
Color information
#3E896E (or 0x3E896E) is known color: Viridian. HEX triplet: 3E, 89 and 6E. RGB value is (62,137,110). Sum of RGB (Red+Green+Blue) = 62+137+110=309 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.06% from 309); Green value is 137 (53.91% from 255 or 44.34% from 309); Blue value is 110 (43.36% from 255 or 35.60% from 309); Max value from RGB is 137 - color contains mainly: green. Hex color #3E896E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E896E is #C17691. Grayscale: #6F6F6F. Windows color (decimal): -12678802 or 7244094. OLE color: 7244094.
HSL color Cylindrical-coordinate representation of color #3E896E: hue angle of 158.4º 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 #3E896E is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 62 | 137 | 110 | - |
| CMYK | 0.55 | 0 | 0.20 | 0.46 |
| HSL | 158.4º | 0.38% | 0.39% | - |
| HSV(B) | 158.4º | 0.55% | 0.54% | - |
| XYZ | 13.75 | 20.04 | 17.9 | - |
| YUV | 111.5 | 127.15 | 92.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 137 | 110 | 0.55 | 0 | 0.20 | 0.46 | 158.4 | 0.38 | 0.39 |
| Hex | 3E | 89 | 6E | 37 | 0 | 14 | 2E | 9E | 26 | 27 |
| Octal | 76 | 211 | 156 | 67 | 0 | 24 | 56 | 236 | 46 | 47 |
| Binary | 111110 | 10001001 | 1101110 | 110111 | 0 | 10100 | 101110 | 10011110 | 100110 | 100111 |
Color Harmonies of #3E896E
Complementary color
Monochromatic Colors of #3E896E
Black with #3E896E
Text Example
Text Example
White with #3E896E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E896E; }
p { color: rgb(62,137,110); }
H1.HeaderClassName
{
color: #3E896E;
}
.AnyTagClassName
{
color: #3E896E;
}
</style>
background-color css
<style>
a { background-color: #3E896E; }
a { background-color: rgb(62,137,110); }
div.DivClassName
{
background-color: #3E896E;
}
.BgClassName
{
background-color: #3E896E;
}
</style>
border-color css
<style>
span { border-color: #3E896E; }
span { border-color: rgb(62,137,110); }
td.TdClassName
{
border-color: #3E896E;
}
.TagClassName
{
border-color: #3E896E;
}
</style>