Shades of Viridian #3E896B
Tints of Viridian #3E896B
RGB
CMYK
RGB Variations
Color information
#3E896B (or 0x3E896B) is known color: Viridian. HEX triplet: 3E, 89 and 6B. RGB value is (62,137,107). Sum of RGB (Red+Green+Blue) = 62+137+107=306 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.26% from 306); Green value is 137 (53.91% from 255 or 44.77% from 306); Blue value is 107 (42.19% from 255 or 34.97% from 306); Max value from RGB is 137 - color contains mainly: green. Hex color #3E896B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E896B is #C17694. Grayscale: #6F6F6F. Windows color (decimal): -12678805 or 7047486. OLE color: 7047486.
HSL color Cylindrical-coordinate representation of color #3E896B: hue angle of 156º 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 #3E896B is Cyan = 0.55, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 62 | 137 | 107 | - |
| CMYK | 0.55 | 0 | 0.22 | 0.46 |
| HSL | 156º | 0.38% | 0.39% | - |
| HSV(B) | 156º | 0.55% | 0.54% | - |
| XYZ | 13.59 | 19.98 | 17.05 | - |
| YUV | 111.16 | 125.65 | 92.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 137 | 107 | 0.55 | 0 | 0.22 | 0.46 | 156 | 0.38 | 0.39 |
| Hex | 3E | 89 | 6B | 37 | 0 | 16 | 2E | 9C | 26 | 27 |
| Octal | 76 | 211 | 153 | 67 | 0 | 26 | 56 | 234 | 46 | 47 |
| Binary | 111110 | 10001001 | 1101011 | 110111 | 0 | 10110 | 101110 | 10011100 | 100110 | 100111 |
Color Harmonies of #3E896B
Complementary color
Monochromatic Colors of #3E896B
Black with #3E896B
Text Example
Text Example
White with #3E896B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E896B; }
p { color: rgb(62,137,107); }
H1.HeaderClassName
{
color: #3E896B;
}
.AnyTagClassName
{
color: #3E896B;
}
</style>
background-color css
<style>
a { background-color: #3E896B; }
a { background-color: rgb(62,137,107); }
div.DivClassName
{
background-color: #3E896B;
}
.BgClassName
{
background-color: #3E896B;
}
</style>
border-color css
<style>
span { border-color: #3E896B; }
span { border-color: rgb(62,137,107); }
td.TdClassName
{
border-color: #3E896B;
}
.TagClassName
{
border-color: #3E896B;
}
</style>