Shades of Viridian #3E8872
Tints of Viridian #3E8872
RGB
CMYK
RGB Variations
Color information
#3E8872 (or 0x3E8872) is known color: Viridian. HEX triplet: 3E, 88 and 72. RGB value is (62,136,114). Sum of RGB (Red+Green+Blue) = 62+136+114=312 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.87% from 312); Green value is 136 (53.52% from 255 or 43.59% from 312); Blue value is 114 (44.92% from 255 or 36.54% from 312); Max value from RGB is 136 - color contains mainly: green. Hex color #3E8872 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E8872 is #C1778D. Grayscale: #6F6F6F. Windows color (decimal): -12679054 or 7505982. OLE color: 7505982.
HSL color Cylindrical-coordinate representation of color #3E8872: hue angle of 162.16º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3E8872 is Cyan = 0.54, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 62 | 136 | 114 | - |
| CMYK | 0.54 | 0 | 0.16 | 0.47 |
| HSL | 162.16º | 0.37% | 0.39% | - |
| HSV(B) | 162.16º | 0.54% | 0.53% | - |
| XYZ | 13.83 | 19.85 | 19.02 | - |
| YUV | 111.37 | 129.48 | 92.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 136 | 114 | 0.54 | 0 | 0.16 | 0.47 | 162.16 | 0.37 | 0.39 |
| Hex | 3E | 88 | 72 | 36 | 0 | 10 | 2F | A2 | 25 | 27 |
| Octal | 76 | 210 | 162 | 66 | 0 | 20 | 57 | 242 | 45 | 47 |
| Binary | 111110 | 10001000 | 1110010 | 110110 | 0 | 10000 | 101111 | 10100010 | 100101 | 100111 |
Color Harmonies of #3E8872
Complementary color
Monochromatic Colors of #3E8872
Black with #3E8872
Text Example
Text Example
White with #3E8872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E8872; }
p { color: rgb(62,136,114); }
H1.HeaderClassName
{
color: #3E8872;
}
.AnyTagClassName
{
color: #3E8872;
}
</style>
background-color css
<style>
a { background-color: #3E8872; }
a { background-color: rgb(62,136,114); }
div.DivClassName
{
background-color: #3E8872;
}
.BgClassName
{
background-color: #3E8872;
}
</style>
border-color css
<style>
span { border-color: #3E8872; }
span { border-color: rgb(62,136,114); }
td.TdClassName
{
border-color: #3E8872;
}
.TagClassName
{
border-color: #3E8872;
}
</style>