Shades of Viridian #3F866D
Tints of Viridian #3F866D
RGB
CMYK
RGB Variations
Color information
#3F866D (or 0x3F866D) is known color: Viridian. HEX triplet: 3F, 86 and 6D. RGB value is (63,134,109). Sum of RGB (Red+Green+Blue) = 63+134+109=306 (40% of max value = 765). Red value is 63 (25% from 255 or 20.59% from 306); Green value is 134 (52.73% from 255 or 43.79% from 306); Blue value is 109 (42.97% from 255 or 35.62% from 306); Max value from RGB is 134 - color contains mainly: green. Hex color #3F866D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F866D is #C07992. Grayscale: #6D6D6D. Windows color (decimal): -12614035 or 7177791. OLE color: 7177791.
HSL color Cylindrical-coordinate representation of color #3F866D: hue angle of 158.87º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3F866D is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 63 | 134 | 109 | - |
| CMYK | 0.53 | 0 | 0.19 | 0.47 |
| HSL | 158.87º | 0.36% | 0.39% | - |
| HSV(B) | 158.87º | 0.53% | 0.53% | - |
| XYZ | 13.34 | 19.21 | 17.47 | - |
| YUV | 109.92 | 127.48 | 94.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 134 | 109 | 0.53 | 0 | 0.19 | 0.47 | 158.87 | 0.36 | 0.39 |
| Hex | 3F | 86 | 6D | 35 | 0 | 13 | 2F | 9F | 24 | 27 |
| Octal | 77 | 206 | 155 | 65 | 0 | 23 | 57 | 237 | 44 | 47 |
| Binary | 111111 | 10000110 | 1101101 | 110101 | 0 | 10011 | 101111 | 10011111 | 100100 | 100111 |
Color Harmonies of #3F866D
Complementary color
Monochromatic Colors of #3F866D
Black with #3F866D
Text Example
Text Example
White with #3F866D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F866D; }
p { color: rgb(63,134,109); }
H1.HeaderClassName
{
color: #3F866D;
}
.AnyTagClassName
{
color: #3F866D;
}
</style>
background-color css
<style>
a { background-color: #3F866D; }
a { background-color: rgb(63,134,109); }
div.DivClassName
{
background-color: #3F866D;
}
.BgClassName
{
background-color: #3F866D;
}
</style>
border-color css
<style>
span { border-color: #3F866D; }
span { border-color: rgb(63,134,109); }
td.TdClassName
{
border-color: #3F866D;
}
.TagClassName
{
border-color: #3F866D;
}
</style>