Shades of Viridian #3E7E66
Tints of Viridian #3E7E66
RGB
CMYK
RGB Variations
Color information
#3E7E66 (or 0x3E7E66) is known color: Viridian. HEX triplet: 3E, 7E and 66. RGB value is (62,126,102). Sum of RGB (Red+Green+Blue) = 62+126+102=290 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.38% from 290); Green value is 126 (49.61% from 255 or 43.45% from 290); Blue value is 102 (40.23% from 255 or 35.17% from 290); Max value from RGB is 126 - color contains mainly: green. Hex color #3E7E66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7E66 is #C18199. Grayscale: #686868. Windows color (decimal): -12681626 or 6716990. OLE color: 6716990.
HSL color Cylindrical-coordinate representation of color #3E7E66: hue angle of 157.5º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3E7E66 is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 62 | 126 | 102 | - |
| CMYK | 0.51 | 0 | 0.19 | 0.51 |
| HSL | 157.5º | 0.34% | 0.37% | - |
| HSV(B) | 157.5º | 0.51% | 0.49% | - |
| XYZ | 11.85 | 16.91 | 15.21 | - |
| YUV | 104.13 | 126.8 | 97.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 126 | 102 | 0.51 | 0 | 0.19 | 0.51 | 157.5 | 0.34 | 0.37 |
| Hex | 3E | 7E | 66 | 33 | 0 | 13 | 33 | 9E | 22 | 25 |
| Octal | 76 | 176 | 146 | 63 | 0 | 23 | 63 | 236 | 42 | 45 |
| Binary | 111110 | 1111110 | 1100110 | 110011 | 0 | 10011 | 110011 | 10011110 | 100010 | 100101 |
Color Harmonies of #3E7E66
Complementary color
Monochromatic Colors of #3E7E66
Black with #3E7E66
Text Example
Text Example
White with #3E7E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7E66; }
p { color: rgb(62,126,102); }
H1.HeaderClassName
{
color: #3E7E66;
}
.AnyTagClassName
{
color: #3E7E66;
}
</style>
background-color css
<style>
a { background-color: #3E7E66; }
a { background-color: rgb(62,126,102); }
div.DivClassName
{
background-color: #3E7E66;
}
.BgClassName
{
background-color: #3E7E66;
}
</style>
border-color css
<style>
span { border-color: #3E7E66; }
span { border-color: rgb(62,126,102); }
td.TdClassName
{
border-color: #3E7E66;
}
.TagClassName
{
border-color: #3E7E66;
}
</style>