Shades of Viridian #3E8162
Tints of Viridian #3E8162
RGB
CMYK
RGB Variations
Color information
#3E8162 (or 0x3E8162) is known color: Viridian. HEX triplet: 3E, 81 and 62. RGB value is (62,129,98). Sum of RGB (Red+Green+Blue) = 62+129+98=289 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.45% from 289); Green value is 129 (50.78% from 255 or 44.64% from 289); Blue value is 98 (38.67% from 255 or 33.91% from 289); Max value from RGB is 129 - color contains mainly: green. Hex color #3E8162 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E8162 is #C17E9D. Grayscale: #696969. Windows color (decimal): -12680862 or 6455614. OLE color: 6455614.
HSL color Cylindrical-coordinate representation of color #3E8162: hue angle of 152.24º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3E8162 is Cyan = 0.52, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 62 | 129 | 98 | - |
| CMYK | 0.52 | 0 | 0.24 | 0.49 |
| HSL | 152.24º | 0.35% | 0.37% | - |
| HSV(B) | 152.24º | 0.52% | 0.51% | - |
| XYZ | 12.04 | 17.61 | 14.32 | - |
| YUV | 105.43 | 123.8 | 97.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 129 | 98 | 0.52 | 0 | 0.24 | 0.49 | 152.24 | 0.35 | 0.37 |
| Hex | 3E | 81 | 62 | 34 | 0 | 18 | 31 | 98 | 23 | 25 |
| Octal | 76 | 201 | 142 | 64 | 0 | 30 | 61 | 230 | 43 | 45 |
| Binary | 111110 | 10000001 | 1100010 | 110100 | 0 | 11000 | 110001 | 10011000 | 100011 | 100101 |
Color Harmonies of #3E8162
Complementary color
Monochromatic Colors of #3E8162
Black with #3E8162
Text Example
Text Example
White with #3E8162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E8162; }
p { color: rgb(62,129,98); }
H1.HeaderClassName
{
color: #3E8162;
}
.AnyTagClassName
{
color: #3E8162;
}
</style>
background-color css
<style>
a { background-color: #3E8162; }
a { background-color: rgb(62,129,98); }
div.DivClassName
{
background-color: #3E8162;
}
.BgClassName
{
background-color: #3E8162;
}
</style>
border-color css
<style>
span { border-color: #3E8162; }
span { border-color: rgb(62,129,98); }
td.TdClassName
{
border-color: #3E8162;
}
.TagClassName
{
border-color: #3E8162;
}
</style>