Shades of Viridian #3E8F71
Tints of Viridian #3E8F71
RGB
CMYK
RGB Variations
Color information
#3E8F71 (or 0x3E8F71) is known color: Viridian. HEX triplet: 3E, 8F and 71. RGB value is (62,143,113). Sum of RGB (Red+Green+Blue) = 62+143+113=318 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.50% from 318); Green value is 143 (56.25% from 255 or 44.97% from 318); Blue value is 113 (44.53% from 255 or 35.53% from 318); Max value from RGB is 143 - color contains mainly: green. Hex color #3E8F71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E8F71 is #C1708E. Grayscale: #737373. Windows color (decimal): -12677263 or 7442238. OLE color: 7442238.
HSL color Cylindrical-coordinate representation of color #3E8F71: hue angle of 157.78º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3E8F71 is Cyan = 0.57, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 62 | 143 | 113 | - |
| CMYK | 0.57 | 0 | 0.21 | 0.44 |
| HSL | 157.78º | 0.4% | 0.4% | - |
| HSV(B) | 157.78º | 0.57% | 0.56% | - |
| XYZ | 14.79 | 21.86 | 19.06 | - |
| YUV | 115.36 | 126.66 | 89.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 143 | 113 | 0.57 | 0 | 0.21 | 0.44 | 157.78 | 0.4 | 0.4 |
| Hex | 3E | 8F | 71 | 39 | 0 | 15 | 2C | 9E | 28 | 28 |
| Octal | 76 | 217 | 161 | 71 | 0 | 25 | 54 | 236 | 50 | 50 |
| Binary | 111110 | 10001111 | 1110001 | 111001 | 0 | 10101 | 101100 | 10011110 | 101000 | 101000 |
Color Harmonies of #3E8F71
Complementary color
Monochromatic Colors of #3E8F71
Black with #3E8F71
Text Example
Text Example
White with #3E8F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E8F71; }
p { color: rgb(62,143,113); }
H1.HeaderClassName
{
color: #3E8F71;
}
.AnyTagClassName
{
color: #3E8F71;
}
</style>
background-color css
<style>
a { background-color: #3E8F71; }
a { background-color: rgb(62,143,113); }
div.DivClassName
{
background-color: #3E8F71;
}
.BgClassName
{
background-color: #3E8F71;
}
</style>
border-color css
<style>
span { border-color: #3E8F71; }
span { border-color: rgb(62,143,113); }
td.TdClassName
{
border-color: #3E8F71;
}
.TagClassName
{
border-color: #3E8F71;
}
</style>