Shades of Viridian #3E7C62
Tints of Viridian #3E7C62
RGB
CMYK
RGB Variations
Color information
#3E7C62 (or 0x3E7C62) is known color: Viridian. HEX triplet: 3E, 7C and 62. RGB value is (62,124,98). Sum of RGB (Red+Green+Blue) = 62+124+98=284 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.83% from 284); Green value is 124 (48.83% from 255 or 43.66% from 284); Blue value is 98 (38.67% from 255 or 34.51% from 284); Max value from RGB is 124 - color contains mainly: green. Hex color #3E7C62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7C62 is #C1839D. Grayscale: #666666. Windows color (decimal): -12682142 or 6454334. OLE color: 6454334.
HSL color Cylindrical-coordinate representation of color #3E7C62: hue angle of 154.84º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3E7C62 is Cyan = 0.5, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 62 | 124 | 98 | - |
| CMYK | 0.5 | 0 | 0.21 | 0.51 |
| HSL | 154.84º | 0.33% | 0.36% | - |
| HSV(B) | 154.84º | 0.5% | 0.49% | - |
| XYZ | 11.4 | 16.32 | 14.1 | - |
| YUV | 102.5 | 125.46 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 124 | 98 | 0.5 | 0 | 0.21 | 0.51 | 154.84 | 0.33 | 0.36 |
| Hex | 3E | 7C | 62 | 32 | 0 | 15 | 33 | 9B | 21 | 24 |
| Octal | 76 | 174 | 142 | 62 | 0 | 25 | 63 | 233 | 41 | 44 |
| Binary | 111110 | 1111100 | 1100010 | 110010 | 0 | 10101 | 110011 | 10011011 | 100001 | 100100 |
Color Harmonies of #3E7C62
Complementary color
Monochromatic Colors of #3E7C62
Black with #3E7C62
Text Example
Text Example
White with #3E7C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7C62; }
p { color: rgb(62,124,98); }
H1.HeaderClassName
{
color: #3E7C62;
}
.AnyTagClassName
{
color: #3E7C62;
}
</style>
background-color css
<style>
a { background-color: #3E7C62; }
a { background-color: rgb(62,124,98); }
div.DivClassName
{
background-color: #3E7C62;
}
.BgClassName
{
background-color: #3E7C62;
}
</style>
border-color css
<style>
span { border-color: #3E7C62; }
span { border-color: rgb(62,124,98); }
td.TdClassName
{
border-color: #3E7C62;
}
.TagClassName
{
border-color: #3E7C62;
}
</style>