Shades of Viridian #3E7668
Tints of Viridian #3E7668
RGB
CMYK
RGB Variations
Color information
#3E7668 (or 0x3E7668) is known color: Viridian. HEX triplet: 3E, 76 and 68. RGB value is (62,118,104). Sum of RGB (Red+Green+Blue) = 62+118+104=284 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.83% from 284); Green value is 118 (46.48% from 255 or 41.55% from 284); Blue value is 104 (41.02% from 255 or 36.62% from 284); Max value from RGB is 118 - color contains mainly: green. Hex color #3E7668 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7668 is #C18997. Grayscale: #636363. Windows color (decimal): -12683672 or 6846014. OLE color: 6846014.
HSL color Cylindrical-coordinate representation of color #3E7668: hue angle of 165º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3E7668 is Cyan = 0.47, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 62 | 118 | 104 | - |
| CMYK | 0.47 | 0 | 0.12 | 0.54 |
| HSL | 165º | 0.31% | 0.35% | - |
| HSV(B) | 165º | 0.47% | 0.46% | - |
| XYZ | 10.96 | 14.98 | 15.41 | - |
| YUV | 99.66 | 130.45 | 101.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 118 | 104 | 0.47 | 0 | 0.12 | 0.54 | 165 | 0.31 | 0.35 |
| Hex | 3E | 76 | 68 | 2F | 0 | C | 36 | A5 | 1F | 23 |
| Octal | 76 | 166 | 150 | 57 | 0 | 14 | 66 | 245 | 37 | 43 |
| Binary | 111110 | 1110110 | 1101000 | 101111 | 0 | 1100 | 110110 | 10100101 | 11111 | 100011 |
Color Harmonies of #3E7668
Complementary color
Monochromatic Colors of #3E7668
Black with #3E7668
Text Example
Text Example
White with #3E7668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7668; }
p { color: rgb(62,118,104); }
H1.HeaderClassName
{
color: #3E7668;
}
.AnyTagClassName
{
color: #3E7668;
}
</style>
background-color css
<style>
a { background-color: #3E7668; }
a { background-color: rgb(62,118,104); }
div.DivClassName
{
background-color: #3E7668;
}
.BgClassName
{
background-color: #3E7668;
}
</style>
border-color css
<style>
span { border-color: #3E7668; }
span { border-color: rgb(62,118,104); }
td.TdClassName
{
border-color: #3E7668;
}
.TagClassName
{
border-color: #3E7668;
}
</style>