Shades of Viridian #3E7C6D
Tints of Viridian #3E7C6D
RGB
CMYK
RGB Variations
Color information
#3E7C6D (or 0x3E7C6D) is known color: Viridian. HEX triplet: 3E, 7C and 6D. RGB value is (62,124,109). Sum of RGB (Red+Green+Blue) = 62+124+109=295 (39% of max value = 765). Red value is 62 (24.61% from 255 or 21.02% from 295); Green value is 124 (48.83% from 255 or 42.03% from 295); Blue value is 109 (42.97% from 255 or 36.95% from 295); Max value from RGB is 124 - color contains mainly: green. Hex color #3E7C6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7C6D is #C18392. Grayscale: #676767. Windows color (decimal): -12682131 or 7175230. OLE color: 7175230.
HSL color Cylindrical-coordinate representation of color #3E7C6D: hue angle of 165.48º 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 #3E7C6D is Cyan = 0.5, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 62 | 124 | 109 | - |
| CMYK | 0.5 | 0 | 0.12 | 0.51 |
| HSL | 165.48º | 0.33% | 0.36% | - |
| HSV(B) | 165.48º | 0.5% | 0.49% | - |
| XYZ | 11.95 | 16.54 | 17.03 | - |
| YUV | 103.75 | 130.96 | 98.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 124 | 109 | 0.5 | 0 | 0.12 | 0.51 | 165.48 | 0.33 | 0.36 |
| Hex | 3E | 7C | 6D | 32 | 0 | C | 33 | A5 | 21 | 24 |
| Octal | 76 | 174 | 155 | 62 | 0 | 14 | 63 | 245 | 41 | 44 |
| Binary | 111110 | 1111100 | 1101101 | 110010 | 0 | 1100 | 110011 | 10100101 | 100001 | 100100 |
Color Harmonies of #3E7C6D
Complementary color
Monochromatic Colors of #3E7C6D
Black with #3E7C6D
Text Example
Text Example
White with #3E7C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7C6D; }
p { color: rgb(62,124,109); }
H1.HeaderClassName
{
color: #3E7C6D;
}
.AnyTagClassName
{
color: #3E7C6D;
}
</style>
background-color css
<style>
a { background-color: #3E7C6D; }
a { background-color: rgb(62,124,109); }
div.DivClassName
{
background-color: #3E7C6D;
}
.BgClassName
{
background-color: #3E7C6D;
}
</style>
border-color css
<style>
span { border-color: #3E7C6D; }
span { border-color: rgb(62,124,109); }
td.TdClassName
{
border-color: #3E7C6D;
}
.TagClassName
{
border-color: #3E7C6D;
}
</style>