Shades of Viridian #3F7965
Tints of Viridian #3F7965
RGB
CMYK
RGB Variations
Color information
#3F7965 (or 0x3F7965) is known color: Viridian. HEX triplet: 3F, 79 and 65. RGB value is (63,121,101). Sum of RGB (Red+Green+Blue) = 63+121+101=285 (37% of max value = 765). Red value is 63 (25% from 255 or 22.11% from 285); Green value is 121 (47.66% from 255 or 42.46% from 285); Blue value is 101 (39.84% from 255 or 35.44% from 285); Max value from RGB is 121 - color contains mainly: green. Hex color #3F7965 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7965 is #C0869A. Grayscale: #656565. Windows color (decimal): -12617371 or 6650175. OLE color: 6650175.
HSL color Cylindrical-coordinate representation of color #3F7965: hue angle of 159.31º 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 #3F7965 is Cyan = 0.48, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 63 | 121 | 101 | - |
| CMYK | 0.48 | 0 | 0.17 | 0.53 |
| HSL | 159.31º | 0.32% | 0.36% | - |
| HSV(B) | 159.31º | 0.48% | 0.47% | - |
| XYZ | 11.24 | 15.67 | 14.74 | - |
| YUV | 101.38 | 127.78 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 121 | 101 | 0.48 | 0 | 0.17 | 0.53 | 159.31 | 0.32 | 0.36 |
| Hex | 3F | 79 | 65 | 30 | 0 | 11 | 35 | 9F | 20 | 24 |
| Octal | 77 | 171 | 145 | 60 | 0 | 21 | 65 | 237 | 40 | 44 |
| Binary | 111111 | 1111001 | 1100101 | 110000 | 0 | 10001 | 110101 | 10011111 | 100000 | 100100 |
Color Harmonies of #3F7965
Complementary color
Monochromatic Colors of #3F7965
Black with #3F7965
Text Example
Text Example
White with #3F7965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7965; }
p { color: rgb(63,121,101); }
H1.HeaderClassName
{
color: #3F7965;
}
.AnyTagClassName
{
color: #3F7965;
}
</style>
background-color css
<style>
a { background-color: #3F7965; }
a { background-color: rgb(63,121,101); }
div.DivClassName
{
background-color: #3F7965;
}
.BgClassName
{
background-color: #3F7965;
}
</style>
border-color css
<style>
span { border-color: #3F7965; }
span { border-color: rgb(63,121,101); }
td.TdClassName
{
border-color: #3F7965;
}
.TagClassName
{
border-color: #3F7965;
}
</style>