Shades of Viridian #3E8673
Tints of Viridian #3E8673
RGB
CMYK
RGB Variations
Color information
#3E8673 (or 0x3E8673) is known color: Viridian. HEX triplet: 3E, 86 and 73. RGB value is (62,134,115). Sum of RGB (Red+Green+Blue) = 62+134+115=311 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.94% from 311); Green value is 134 (52.73% from 255 or 43.09% from 311); Blue value is 115 (45.31% from 255 or 36.98% from 311); Max value from RGB is 134 - color contains mainly: green. Hex color #3E8673 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E8673 is #C1798C. Grayscale: #6E6E6E. Windows color (decimal): -12679565 or 7571006. OLE color: 7571006.
HSL color Cylindrical-coordinate representation of color #3E8673: hue angle of 164.17º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3E8673 is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 62 | 134 | 115 | - |
| CMYK | 0.54 | 0 | 0.14 | 0.47 |
| HSL | 164.17º | 0.37% | 0.38% | - |
| HSV(B) | 164.17º | 0.54% | 0.53% | - |
| XYZ | 13.61 | 19.31 | 19.23 | - |
| YUV | 110.31 | 130.65 | 93.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 134 | 115 | 0.54 | 0 | 0.14 | 0.47 | 164.17 | 0.37 | 0.38 |
| Hex | 3E | 86 | 73 | 36 | 0 | E | 2F | A4 | 25 | 26 |
| Octal | 76 | 206 | 163 | 66 | 0 | 16 | 57 | 244 | 45 | 46 |
| Binary | 111110 | 10000110 | 1110011 | 110110 | 0 | 1110 | 101111 | 10100100 | 100101 | 100110 |
Color Harmonies of #3E8673
Complementary color
Monochromatic Colors of #3E8673
Black with #3E8673
Text Example
Text Example
White with #3E8673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E8673; }
p { color: rgb(62,134,115); }
H1.HeaderClassName
{
color: #3E8673;
}
.AnyTagClassName
{
color: #3E8673;
}
</style>
background-color css
<style>
a { background-color: #3E8673; }
a { background-color: rgb(62,134,115); }
div.DivClassName
{
background-color: #3E8673;
}
.BgClassName
{
background-color: #3E8673;
}
</style>
border-color css
<style>
span { border-color: #3E8673; }
span { border-color: rgb(62,134,115); }
td.TdClassName
{
border-color: #3E8673;
}
.TagClassName
{
border-color: #3E8673;
}
</style>