Shades of Viridian #3F866C
Tints of Viridian #3F866C
RGB
CMYK
RGB Variations
Color information
#3F866C (or 0x3F866C) is known color: Viridian. HEX triplet: 3F, 86 and 6C. RGB value is (63,134,108). Sum of RGB (Red+Green+Blue) = 63+134+108=305 (40% of max value = 765). Red value is 63 (25% from 255 or 20.66% from 305); Green value is 134 (52.73% from 255 or 43.93% from 305); Blue value is 108 (42.58% from 255 or 35.41% from 305); Max value from RGB is 134 - color contains mainly: green. Hex color #3F866C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F866C is #C07993. Grayscale: #6D6D6D. Windows color (decimal): -12614036 or 7112255. OLE color: 7112255.
HSL color Cylindrical-coordinate representation of color #3F866C: hue angle of 158.03º 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 #3F866C is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 63 | 134 | 108 | - |
| CMYK | 0.53 | 0 | 0.19 | 0.47 |
| HSL | 158.03º | 0.36% | 0.39% | - |
| HSV(B) | 158.03º | 0.53% | 0.53% | - |
| XYZ | 13.28 | 19.19 | 17.19 | - |
| YUV | 109.81 | 126.98 | 94.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 134 | 108 | 0.53 | 0 | 0.19 | 0.47 | 158.03 | 0.36 | 0.39 |
| Hex | 3F | 86 | 6C | 35 | 0 | 13 | 2F | 9E | 24 | 27 |
| Octal | 77 | 206 | 154 | 65 | 0 | 23 | 57 | 236 | 44 | 47 |
| Binary | 111111 | 10000110 | 1101100 | 110101 | 0 | 10011 | 101111 | 10011110 | 100100 | 100111 |
Color Harmonies of #3F866C
Complementary color
Monochromatic Colors of #3F866C
Black with #3F866C
Text Example
Text Example
White with #3F866C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F866C; }
p { color: rgb(63,134,108); }
H1.HeaderClassName
{
color: #3F866C;
}
.AnyTagClassName
{
color: #3F866C;
}
</style>
background-color css
<style>
a { background-color: #3F866C; }
a { background-color: rgb(63,134,108); }
div.DivClassName
{
background-color: #3F866C;
}
.BgClassName
{
background-color: #3F866C;
}
</style>
border-color css
<style>
span { border-color: #3F866C; }
span { border-color: rgb(63,134,108); }
td.TdClassName
{
border-color: #3F866C;
}
.TagClassName
{
border-color: #3F866C;
}
</style>