Shades of Viridian #3E7C6C
Tints of Viridian #3E7C6C
RGB
CMYK
RGB Variations
Color information
#3E7C6C (or 0x3E7C6C) is known color: Viridian. HEX triplet: 3E, 7C and 6C. RGB value is (62,124,108). Sum of RGB (Red+Green+Blue) = 62+124+108=294 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.09% from 294); Green value is 124 (48.83% from 255 or 42.18% from 294); Blue value is 108 (42.58% from 255 or 36.73% from 294); Max value from RGB is 124 - color contains mainly: green. Hex color #3E7C6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7C6C is #C18393. Grayscale: #676767. Windows color (decimal): -12682132 or 7109694. OLE color: 7109694.
HSL color Cylindrical-coordinate representation of color #3E7C6C: hue angle of 164.52º 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 #3E7C6C is Cyan = 0.5, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 62 | 124 | 108 | - |
| CMYK | 0.5 | 0 | 0.13 | 0.51 |
| HSL | 164.52º | 0.33% | 0.36% | - |
| HSV(B) | 164.52º | 0.5% | 0.49% | - |
| XYZ | 11.9 | 16.52 | 16.75 | - |
| YUV | 103.64 | 130.46 | 98.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 124 | 108 | 0.5 | 0 | 0.13 | 0.51 | 164.52 | 0.33 | 0.36 |
| Hex | 3E | 7C | 6C | 32 | 0 | D | 33 | A5 | 21 | 24 |
| Octal | 76 | 174 | 154 | 62 | 0 | 15 | 63 | 245 | 41 | 44 |
| Binary | 111110 | 1111100 | 1101100 | 110010 | 0 | 1101 | 110011 | 10100101 | 100001 | 100100 |
Color Harmonies of #3E7C6C
Complementary color
Monochromatic Colors of #3E7C6C
Black with #3E7C6C
Text Example
Text Example
White with #3E7C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7C6C; }
p { color: rgb(62,124,108); }
H1.HeaderClassName
{
color: #3E7C6C;
}
.AnyTagClassName
{
color: #3E7C6C;
}
</style>
background-color css
<style>
a { background-color: #3E7C6C; }
a { background-color: rgb(62,124,108); }
div.DivClassName
{
background-color: #3E7C6C;
}
.BgClassName
{
background-color: #3E7C6C;
}
</style>
border-color css
<style>
span { border-color: #3E7C6C; }
span { border-color: rgb(62,124,108); }
td.TdClassName
{
border-color: #3E7C6C;
}
.TagClassName
{
border-color: #3E7C6C;
}
</style>