Shades of Viridian #3E7866
Tints of Viridian #3E7866
RGB
CMYK
RGB Variations
Color information
#3E7866 (or 0x3E7866) is known color: Viridian. HEX triplet: 3E, 78 and 66. RGB value is (62,120,102). Sum of RGB (Red+Green+Blue) = 62+120+102=284 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.83% from 284); Green value is 120 (47.27% from 255 or 42.25% from 284); Blue value is 102 (40.23% from 255 or 35.92% from 284); Max value from RGB is 120 - color contains mainly: green. Hex color #3E7866 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7866 is #C18799. Grayscale: #646464. Windows color (decimal): -12683162 or 6715454. OLE color: 6715454.
HSL color Cylindrical-coordinate representation of color #3E7866: hue angle of 161.38º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3E7866 is Cyan = 0.48, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 62 | 120 | 102 | - |
| CMYK | 0.48 | 0 | 0.15 | 0.53 |
| HSL | 161.38º | 0.32% | 0.36% | - |
| HSV(B) | 161.38º | 0.48% | 0.47% | - |
| XYZ | 11.1 | 15.42 | 14.96 | - |
| YUV | 100.61 | 128.78 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 120 | 102 | 0.48 | 0 | 0.15 | 0.53 | 161.38 | 0.32 | 0.36 |
| Hex | 3E | 78 | 66 | 30 | 0 | F | 35 | A1 | 20 | 24 |
| Octal | 76 | 170 | 146 | 60 | 0 | 17 | 65 | 241 | 40 | 44 |
| Binary | 111110 | 1111000 | 1100110 | 110000 | 0 | 1111 | 110101 | 10100001 | 100000 | 100100 |
Color Harmonies of #3E7866
Complementary color
Monochromatic Colors of #3E7866
Black with #3E7866
Text Example
Text Example
White with #3E7866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7866; }
p { color: rgb(62,120,102); }
H1.HeaderClassName
{
color: #3E7866;
}
.AnyTagClassName
{
color: #3E7866;
}
</style>
background-color css
<style>
a { background-color: #3E7866; }
a { background-color: rgb(62,120,102); }
div.DivClassName
{
background-color: #3E7866;
}
.BgClassName
{
background-color: #3E7866;
}
</style>
border-color css
<style>
span { border-color: #3E7866; }
span { border-color: rgb(62,120,102); }
td.TdClassName
{
border-color: #3E7866;
}
.TagClassName
{
border-color: #3E7866;
}
</style>