Shades of Viridian #3F8964
Tints of Viridian #3F8964
RGB
CMYK
RGB Variations
Color information
#3F8964 (or 0x3F8964) is known color: Viridian. HEX triplet: 3F, 89 and 64. RGB value is (63,137,100). Sum of RGB (Red+Green+Blue) = 63+137+100=300 (39% of max value = 765). Red value is 63 (25% from 255 or 21% from 300); Green value is 137 (53.91% from 255 or 45.67% from 300); Blue value is 100 (39.45% from 255 or 33.33% from 300); Max value from RGB is 137 - color contains mainly: green. Hex color #3F8964 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8964 is #C0769B. Grayscale: #6E6E6E. Windows color (decimal): -12613276 or 6588735. OLE color: 6588735.
HSL color Cylindrical-coordinate representation of color #3F8964: hue angle of 150º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3F8964 is Cyan = 0.54, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 63 | 137 | 100 | - |
| CMYK | 0.54 | 0 | 0.27 | 0.46 |
| HSL | 150º | 0.37% | 0.39% | - |
| HSV(B) | 150º | 0.54% | 0.54% | - |
| XYZ | 13.3 | 19.87 | 15.19 | - |
| YUV | 110.66 | 121.98 | 94.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 137 | 100 | 0.54 | 0 | 0.27 | 0.46 | 150 | 0.37 | 0.39 |
| Hex | 3F | 89 | 64 | 36 | 0 | 1B | 2E | 96 | 25 | 27 |
| Octal | 77 | 211 | 144 | 66 | 0 | 33 | 56 | 226 | 45 | 47 |
| Binary | 111111 | 10001001 | 1100100 | 110110 | 0 | 11011 | 101110 | 10010110 | 100101 | 100111 |
Color Harmonies of #3F8964
Complementary color
Monochromatic Colors of #3F8964
Black with #3F8964
Text Example
Text Example
White with #3F8964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8964; }
p { color: rgb(63,137,100); }
H1.HeaderClassName
{
color: #3F8964;
}
.AnyTagClassName
{
color: #3F8964;
}
</style>
background-color css
<style>
a { background-color: #3F8964; }
a { background-color: rgb(63,137,100); }
div.DivClassName
{
background-color: #3F8964;
}
.BgClassName
{
background-color: #3F8964;
}
</style>
border-color css
<style>
span { border-color: #3F8964; }
span { border-color: rgb(63,137,100); }
td.TdClassName
{
border-color: #3F8964;
}
.TagClassName
{
border-color: #3F8964;
}
</style>