Shades of Viridian #3E7664
Tints of Viridian #3E7664
RGB
CMYK
RGB Variations
Color information
#3E7664 (or 0x3E7664) is known color: Viridian. HEX triplet: 3E, 76 and 64. RGB value is (62,118,100). Sum of RGB (Red+Green+Blue) = 62+118+100=280 (37% of max value = 765). Red value is 62 (24.61% from 255 or 22.14% from 280); Green value is 118 (46.48% from 255 or 42.14% from 280); Blue value is 100 (39.45% from 255 or 35.71% from 280); Max value from RGB is 118 - color contains mainly: green. Hex color #3E7664 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7664 is #C1899B. Grayscale: #636363. Windows color (decimal): -12683676 or 6583870. OLE color: 6583870.
HSL color Cylindrical-coordinate representation of color #3E7664: hue angle of 160.71º 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 #3E7664 is Cyan = 0.47, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 62 | 118 | 100 | - |
| CMYK | 0.47 | 0 | 0.15 | 0.54 |
| HSL | 160.71º | 0.31% | 0.35% | - |
| HSV(B) | 160.71º | 0.47% | 0.46% | - |
| XYZ | 10.77 | 14.9 | 14.37 | - |
| YUV | 99.2 | 128.45 | 101.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 118 | 100 | 0.47 | 0 | 0.15 | 0.54 | 160.71 | 0.31 | 0.35 |
| Hex | 3E | 76 | 64 | 2F | 0 | F | 36 | A1 | 1F | 23 |
| Octal | 76 | 166 | 144 | 57 | 0 | 17 | 66 | 241 | 37 | 43 |
| Binary | 111110 | 1110110 | 1100100 | 101111 | 0 | 1111 | 110110 | 10100001 | 11111 | 100011 |
Color Harmonies of #3E7664
Complementary color
Monochromatic Colors of #3E7664
Black with #3E7664
Text Example
Text Example
White with #3E7664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7664; }
p { color: rgb(62,118,100); }
H1.HeaderClassName
{
color: #3E7664;
}
.AnyTagClassName
{
color: #3E7664;
}
</style>
background-color css
<style>
a { background-color: #3E7664; }
a { background-color: rgb(62,118,100); }
div.DivClassName
{
background-color: #3E7664;
}
.BgClassName
{
background-color: #3E7664;
}
</style>
border-color css
<style>
span { border-color: #3E7664; }
span { border-color: rgb(62,118,100); }
td.TdClassName
{
border-color: #3E7664;
}
.TagClassName
{
border-color: #3E7664;
}
</style>