Shades of Viridian #3F916F
Tints of Viridian #3F916F
RGB
CMYK
RGB Variations
Color information
#3F916F (or 0x3F916F) is known color: Viridian. HEX triplet: 3F, 91 and 6F. RGB value is (63,145,111). Sum of RGB (Red+Green+Blue) = 63+145+111=319 (42% of max value = 765). Red value is 63 (25% from 255 or 19.75% from 319); Green value is 145 (57.03% from 255 or 45.45% from 319); Blue value is 111 (43.75% from 255 or 34.80% from 319); Max value from RGB is 145 - color contains mainly: green. Hex color #3F916F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F916F is #C06E90. Grayscale: #747474. Windows color (decimal): -12611217 or 7311679. OLE color: 7311679.
HSL color Cylindrical-coordinate representation of color #3F916F: hue angle of 155.12º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F916F is Cyan = 0.57, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 63 | 145 | 111 | - |
| CMYK | 0.57 | 0 | 0.23 | 0.43 |
| HSL | 155.12º | 0.39% | 0.41% | - |
| HSV(B) | 155.12º | 0.57% | 0.57% | - |
| XYZ | 15.04 | 22.46 | 18.58 | - |
| YUV | 116.61 | 124.83 | 89.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 145 | 111 | 0.57 | 0 | 0.23 | 0.43 | 155.12 | 0.39 | 0.41 |
| Hex | 3F | 91 | 6F | 39 | 0 | 17 | 2B | 9B | 27 | 29 |
| Octal | 77 | 221 | 157 | 71 | 0 | 27 | 53 | 233 | 47 | 51 |
| Binary | 111111 | 10010001 | 1101111 | 111001 | 0 | 10111 | 101011 | 10011011 | 100111 | 101001 |
Color Harmonies of #3F916F
Complementary color
Monochromatic Colors of #3F916F
Black with #3F916F
Text Example
Text Example
White with #3F916F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F916F; }
p { color: rgb(63,145,111); }
H1.HeaderClassName
{
color: #3F916F;
}
.AnyTagClassName
{
color: #3F916F;
}
</style>
background-color css
<style>
a { background-color: #3F916F; }
a { background-color: rgb(63,145,111); }
div.DivClassName
{
background-color: #3F916F;
}
.BgClassName
{
background-color: #3F916F;
}
</style>
border-color css
<style>
span { border-color: #3F916F; }
span { border-color: rgb(63,145,111); }
td.TdClassName
{
border-color: #3F916F;
}
.TagClassName
{
border-color: #3F916F;
}
</style>