Shades of Viridian #3F7964
Tints of Viridian #3F7964
RGB
CMYK
RGB Variations
Color information
#3F7964 (or 0x3F7964) is known color: Viridian. HEX triplet: 3F, 79 and 64. RGB value is (63,121,100). Sum of RGB (Red+Green+Blue) = 63+121+100=284 (37% of max value = 765). Red value is 63 (25% from 255 or 22.18% from 284); Green value is 121 (47.66% from 255 or 42.61% from 284); Blue value is 100 (39.45% from 255 or 35.21% from 284); Max value from RGB is 121 - color contains mainly: green. Hex color #3F7964 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7964 is #C0869B. Grayscale: #656565. Windows color (decimal): -12617372 or 6584639. OLE color: 6584639.
HSL color Cylindrical-coordinate representation of color #3F7964: hue angle of 158.28º 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 #3F7964 is Cyan = 0.48, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 63 | 121 | 100 | - |
| CMYK | 0.48 | 0 | 0.17 | 0.53 |
| HSL | 158.28º | 0.32% | 0.36% | - |
| HSV(B) | 158.28º | 0.48% | 0.47% | - |
| XYZ | 11.19 | 15.65 | 14.49 | - |
| YUV | 101.26 | 127.28 | 100.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 121 | 100 | 0.48 | 0 | 0.17 | 0.53 | 158.28 | 0.32 | 0.36 |
| Hex | 3F | 79 | 64 | 30 | 0 | 11 | 35 | 9E | 20 | 24 |
| Octal | 77 | 171 | 144 | 60 | 0 | 21 | 65 | 236 | 40 | 44 |
| Binary | 111111 | 1111001 | 1100100 | 110000 | 0 | 10001 | 110101 | 10011110 | 100000 | 100100 |
Color Harmonies of #3F7964
Complementary color
Monochromatic Colors of #3F7964
Black with #3F7964
Text Example
Text Example
White with #3F7964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7964; }
p { color: rgb(63,121,100); }
H1.HeaderClassName
{
color: #3F7964;
}
.AnyTagClassName
{
color: #3F7964;
}
</style>
background-color css
<style>
a { background-color: #3F7964; }
a { background-color: rgb(63,121,100); }
div.DivClassName
{
background-color: #3F7964;
}
.BgClassName
{
background-color: #3F7964;
}
</style>
border-color css
<style>
span { border-color: #3F7964; }
span { border-color: rgb(63,121,100); }
td.TdClassName
{
border-color: #3F7964;
}
.TagClassName
{
border-color: #3F7964;
}
</style>