Shades of Viridian #3F7966
Tints of Viridian #3F7966
RGB
CMYK
RGB Variations
Color information
#3F7966 (or 0x3F7966) is known color: Viridian. HEX triplet: 3F, 79 and 66. RGB value is (63,121,102). Sum of RGB (Red+Green+Blue) = 63+121+102=286 (37% of max value = 765). Red value is 63 (25% from 255 or 22.03% from 286); Green value is 121 (47.66% from 255 or 42.31% from 286); Blue value is 102 (40.23% from 255 or 35.66% from 286); Max value from RGB is 121 - color contains mainly: green. Hex color #3F7966 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7966 is #C08699. Grayscale: #656565. Windows color (decimal): -12617370 or 6715711. OLE color: 6715711.
HSL color Cylindrical-coordinate representation of color #3F7966: hue angle of 160.34º 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 #3F7966 is Cyan = 0.48, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 63 | 121 | 102 | - |
| CMYK | 0.48 | 0 | 0.16 | 0.53 |
| HSL | 160.34º | 0.32% | 0.36% | - |
| HSV(B) | 160.34º | 0.48% | 0.47% | - |
| XYZ | 11.29 | 15.69 | 15 | - |
| YUV | 101.49 | 128.28 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 121 | 102 | 0.48 | 0 | 0.16 | 0.53 | 160.34 | 0.32 | 0.36 |
| Hex | 3F | 79 | 66 | 30 | 0 | 10 | 35 | A0 | 20 | 24 |
| Octal | 77 | 171 | 146 | 60 | 0 | 20 | 65 | 240 | 40 | 44 |
| Binary | 111111 | 1111001 | 1100110 | 110000 | 0 | 10000 | 110101 | 10100000 | 100000 | 100100 |
Color Harmonies of #3F7966
Complementary color
Monochromatic Colors of #3F7966
Black with #3F7966
Text Example
Text Example
White with #3F7966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7966; }
p { color: rgb(63,121,102); }
H1.HeaderClassName
{
color: #3F7966;
}
.AnyTagClassName
{
color: #3F7966;
}
</style>
background-color css
<style>
a { background-color: #3F7966; }
a { background-color: rgb(63,121,102); }
div.DivClassName
{
background-color: #3F7966;
}
.BgClassName
{
background-color: #3F7966;
}
</style>
border-color css
<style>
span { border-color: #3F7966; }
span { border-color: rgb(63,121,102); }
td.TdClassName
{
border-color: #3F7966;
}
.TagClassName
{
border-color: #3F7966;
}
</style>