Shades of Viridian #3E8F72
Tints of Viridian #3E8F72
RGB
CMYK
RGB Variations
Color information
#3E8F72 (or 0x3E8F72) is known color: Viridian. HEX triplet: 3E, 8F and 72. RGB value is (62,143,114). Sum of RGB (Red+Green+Blue) = 62+143+114=319 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.44% from 319); Green value is 143 (56.25% from 255 or 44.83% from 319); Blue value is 114 (44.92% from 255 or 35.74% from 319); Max value from RGB is 143 - color contains mainly: green. Hex color #3E8F72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E8F72 is #C1708D. Grayscale: #737373. Windows color (decimal): -12677262 or 7507774. OLE color: 7507774.
HSL color Cylindrical-coordinate representation of color #3E8F72: hue angle of 158.52º 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 #3E8F72 is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 62 | 143 | 114 | - |
| CMYK | 0.57 | 0 | 0.20 | 0.44 |
| HSL | 158.52º | 0.4% | 0.4% | - |
| HSV(B) | 158.52º | 0.57% | 0.56% | - |
| XYZ | 14.85 | 21.88 | 19.36 | - |
| YUV | 115.48 | 127.16 | 89.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 143 | 114 | 0.57 | 0 | 0.20 | 0.44 | 158.52 | 0.4 | 0.4 |
| Hex | 3E | 8F | 72 | 39 | 0 | 14 | 2C | 9F | 28 | 28 |
| Octal | 76 | 217 | 162 | 71 | 0 | 24 | 54 | 237 | 50 | 50 |
| Binary | 111110 | 10001111 | 1110010 | 111001 | 0 | 10100 | 101100 | 10011111 | 101000 | 101000 |
Color Harmonies of #3E8F72
Complementary color
Monochromatic Colors of #3E8F72
Black with #3E8F72
Text Example
Text Example
White with #3E8F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E8F72; }
p { color: rgb(62,143,114); }
H1.HeaderClassName
{
color: #3E8F72;
}
.AnyTagClassName
{
color: #3E8F72;
}
</style>
background-color css
<style>
a { background-color: #3E8F72; }
a { background-color: rgb(62,143,114); }
div.DivClassName
{
background-color: #3E8F72;
}
.BgClassName
{
background-color: #3E8F72;
}
</style>
border-color css
<style>
span { border-color: #3E8F72; }
span { border-color: rgb(62,143,114); }
td.TdClassName
{
border-color: #3E8F72;
}
.TagClassName
{
border-color: #3E8F72;
}
</style>