Shades of Viridian #3E8C6F
Tints of Viridian #3E8C6F
RGB
CMYK
RGB Variations
Color information
#3E8C6F (or 0x3E8C6F) is known color: Viridian. HEX triplet: 3E, 8C and 6F. RGB value is (62,140,111). Sum of RGB (Red+Green+Blue) = 62+140+111=313 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.81% from 313); Green value is 140 (55.08% from 255 or 44.73% from 313); Blue value is 111 (43.75% from 255 or 35.46% from 313); Max value from RGB is 140 - color contains mainly: green. Hex color #3E8C6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E8C6F is #C17390. Grayscale: #717171. Windows color (decimal): -12678033 or 7310398. OLE color: 7310398.
HSL color Cylindrical-coordinate representation of color #3E8C6F: hue angle of 157.69º 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 #3E8C6F is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 62 | 140 | 111 | - |
| CMYK | 0.56 | 0 | 0.21 | 0.45 |
| HSL | 157.69º | 0.39% | 0.4% | - |
| HSV(B) | 157.69º | 0.56% | 0.55% | - |
| XYZ | 14.23 | 20.93 | 18.33 | - |
| YUV | 113.37 | 126.66 | 91.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 140 | 111 | 0.56 | 0 | 0.21 | 0.45 | 157.69 | 0.39 | 0.4 |
| Hex | 3E | 8C | 6F | 38 | 0 | 15 | 2D | 9E | 27 | 28 |
| Octal | 76 | 214 | 157 | 70 | 0 | 25 | 55 | 236 | 47 | 50 |
| Binary | 111110 | 10001100 | 1101111 | 111000 | 0 | 10101 | 101101 | 10011110 | 100111 | 101000 |
Color Harmonies of #3E8C6F
Complementary color
Monochromatic Colors of #3E8C6F
Black with #3E8C6F
Text Example
Text Example
White with #3E8C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E8C6F; }
p { color: rgb(62,140,111); }
H1.HeaderClassName
{
color: #3E8C6F;
}
.AnyTagClassName
{
color: #3E8C6F;
}
</style>
background-color css
<style>
a { background-color: #3E8C6F; }
a { background-color: rgb(62,140,111); }
div.DivClassName
{
background-color: #3E8C6F;
}
.BgClassName
{
background-color: #3E8C6F;
}
</style>
border-color css
<style>
span { border-color: #3E8C6F; }
span { border-color: rgb(62,140,111); }
td.TdClassName
{
border-color: #3E8C6F;
}
.TagClassName
{
border-color: #3E8C6F;
}
</style>