Shades of Viridian #3B8E71
Tints of Viridian #3B8E71
RGB
CMYK
RGB Variations
Color information
#3B8E71 (or 0x3B8E71) is known color: Viridian. HEX triplet: 3B, 8E and 71. RGB value is (59,142,113). Sum of RGB (Red+Green+Blue) = 59+142+113=314 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.79% from 314); Green value is 142 (55.86% from 255 or 45.22% from 314); Blue value is 113 (44.53% from 255 or 35.99% from 314); Max value from RGB is 142 - color contains mainly: green. Hex color #3B8E71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B8E71 is #C4718E. Grayscale: #717171. Windows color (decimal): -12874127 or 7441979. OLE color: 7441979.
HSL color Cylindrical-coordinate representation of color #3B8E71: hue angle of 159.04º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3B8E71 is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 59 | 142 | 113 | - |
| CMYK | 0.58 | 0 | 0.20 | 0.44 |
| HSL | 159.04º | 0.41% | 0.39% | - |
| HSV(B) | 159.04º | 0.58% | 0.56% | - |
| XYZ | 14.46 | 21.47 | 19 | - |
| YUV | 113.88 | 127.5 | 88.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 142 | 113 | 0.58 | 0 | 0.20 | 0.44 | 159.04 | 0.41 | 0.39 |
| Hex | 3B | 8E | 71 | 3A | 0 | 14 | 2C | 9F | 29 | 27 |
| Octal | 73 | 216 | 161 | 72 | 0 | 24 | 54 | 237 | 51 | 47 |
| Binary | 111011 | 10001110 | 1110001 | 111010 | 0 | 10100 | 101100 | 10011111 | 101001 | 100111 |
Color Harmonies of #3B8E71
Complementary color
Monochromatic Colors of #3B8E71
Black with #3B8E71
Text Example
Text Example
White with #3B8E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B8E71; }
p { color: rgb(59,142,113); }
H1.HeaderClassName
{
color: #3B8E71;
}
.AnyTagClassName
{
color: #3B8E71;
}
</style>
background-color css
<style>
a { background-color: #3B8E71; }
a { background-color: rgb(59,142,113); }
div.DivClassName
{
background-color: #3B8E71;
}
.BgClassName
{
background-color: #3B8E71;
}
</style>
border-color css
<style>
span { border-color: #3B8E71; }
span { border-color: rgb(59,142,113); }
td.TdClassName
{
border-color: #3B8E71;
}
.TagClassName
{
border-color: #3B8E71;
}
</style>