Shades of Viridian #3F7662
Tints of Viridian #3F7662
RGB
CMYK
RGB Variations
Color information
#3F7662 (or 0x3F7662) is known color: Viridian. HEX triplet: 3F, 76 and 62. RGB value is (63,118,98). Sum of RGB (Red+Green+Blue) = 63+118+98=279 (36% of max value = 765). Red value is 63 (25% from 255 or 22.58% from 279); Green value is 118 (46.48% from 255 or 42.29% from 279); Blue value is 98 (38.67% from 255 or 35.13% from 279); Max value from RGB is 118 - color contains mainly: green. Hex color #3F7662 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7662 is #C0899D. Grayscale: #636363. Windows color (decimal): -12618142 or 6452799. OLE color: 6452799.
HSL color Cylindrical-coordinate representation of color #3F7662: hue angle of 158.18º degrees, saturation: 0.3, 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 #3F7662 is Cyan = 0.47, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 63 | 118 | 98 | - |
| CMYK | 0.47 | 0 | 0.17 | 0.54 |
| HSL | 158.18º | 0.3% | 0.35% | - |
| HSV(B) | 158.18º | 0.47% | 0.46% | - |
| XYZ | 10.73 | 14.9 | 13.86 | - |
| YUV | 99.28 | 127.28 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 118 | 98 | 0.47 | 0 | 0.17 | 0.54 | 158.18 | 0.3 | 0.35 |
| Hex | 3F | 76 | 62 | 2F | 0 | 11 | 36 | 9E | 1E | 23 |
| Octal | 77 | 166 | 142 | 57 | 0 | 21 | 66 | 236 | 36 | 43 |
| Binary | 111111 | 1110110 | 1100010 | 101111 | 0 | 10001 | 110110 | 10011110 | 11110 | 100011 |
Color Harmonies of #3F7662
Complementary color
Monochromatic Colors of #3F7662
Black with #3F7662
Text Example
Text Example
White with #3F7662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7662; }
p { color: rgb(63,118,98); }
H1.HeaderClassName
{
color: #3F7662;
}
.AnyTagClassName
{
color: #3F7662;
}
</style>
background-color css
<style>
a { background-color: #3F7662; }
a { background-color: rgb(63,118,98); }
div.DivClassName
{
background-color: #3F7662;
}
.BgClassName
{
background-color: #3F7662;
}
</style>
border-color css
<style>
span { border-color: #3F7662; }
span { border-color: rgb(63,118,98); }
td.TdClassName
{
border-color: #3F7662;
}
.TagClassName
{
border-color: #3F7662;
}
</style>