Shades of Viridian #3E8D6B
Tints of Viridian #3E8D6B
RGB
CMYK
RGB Variations
Color information
#3E8D6B (or 0x3E8D6B) is known color: Viridian. HEX triplet: 3E, 8D and 6B. RGB value is (62,141,107). Sum of RGB (Red+Green+Blue) = 62+141+107=310 (41% of max value = 765). Red value is 62 (24.61% from 255 or 20% from 310); Green value is 141 (55.47% from 255 or 45.48% from 310); Blue value is 107 (42.19% from 255 or 34.52% from 310); Max value from RGB is 141 - color contains mainly: green. Hex color #3E8D6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E8D6B is #C17294. Grayscale: #717171. Windows color (decimal): -12677781 or 7048510. OLE color: 7048510.
HSL color Cylindrical-coordinate representation of color #3E8D6B: hue angle of 154.18º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3E8D6B is Cyan = 0.56, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 62 | 141 | 107 | - |
| CMYK | 0.56 | 0 | 0.24 | 0.45 |
| HSL | 154.18º | 0.39% | 0.4% | - |
| HSV(B) | 154.18º | 0.56% | 0.55% | - |
| XYZ | 14.17 | 21.14 | 17.24 | - |
| YUV | 113.5 | 124.33 | 91.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 141 | 107 | 0.56 | 0 | 0.24 | 0.45 | 154.18 | 0.39 | 0.4 |
| Hex | 3E | 8D | 6B | 38 | 0 | 18 | 2D | 9A | 27 | 28 |
| Octal | 76 | 215 | 153 | 70 | 0 | 30 | 55 | 232 | 47 | 50 |
| Binary | 111110 | 10001101 | 1101011 | 111000 | 0 | 11000 | 101101 | 10011010 | 100111 | 101000 |
Color Harmonies of #3E8D6B
Complementary color
Monochromatic Colors of #3E8D6B
Black with #3E8D6B
Text Example
Text Example
White with #3E8D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E8D6B; }
p { color: rgb(62,141,107); }
H1.HeaderClassName
{
color: #3E8D6B;
}
.AnyTagClassName
{
color: #3E8D6B;
}
</style>
background-color css
<style>
a { background-color: #3E8D6B; }
a { background-color: rgb(62,141,107); }
div.DivClassName
{
background-color: #3E8D6B;
}
.BgClassName
{
background-color: #3E8D6B;
}
</style>
border-color css
<style>
span { border-color: #3E8D6B; }
span { border-color: rgb(62,141,107); }
td.TdClassName
{
border-color: #3E8D6B;
}
.TagClassName
{
border-color: #3E8D6B;
}
</style>