Shades of Viridian #3F9873
Tints of Viridian #3F9873
RGB
CMYK
RGB Variations
Color information
#3F9873 (or 0x3F9873) is known color: Viridian. HEX triplet: 3F, 98 and 73. RGB value is (63,152,115). Sum of RGB (Red+Green+Blue) = 63+152+115=330 (43% of max value = 765). Red value is 63 (25% from 255 or 19.09% from 330); Green value is 152 (59.77% from 255 or 46.06% from 330); Blue value is 115 (45.31% from 255 or 34.85% from 330); Max value from RGB is 152 - color contains mainly: green. Hex color #3F9873 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9873 is #C0678C. Grayscale: #797979. Windows color (decimal): -12609421 or 7575615. OLE color: 7575615.
HSL color Cylindrical-coordinate representation of color #3F9873: hue angle of 155.06º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F9873 is Cyan = 0.59, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 63 | 152 | 115 | - |
| CMYK | 0.59 | 0 | 0.24 | 0.40 |
| HSL | 155.06º | 0.41% | 0.42% | - |
| HSV(B) | 155.06º | 0.59% | 0.6% | - |
| XYZ | 16.37 | 24.75 | 20.13 | - |
| YUV | 121.17 | 124.51 | 86.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 152 | 115 | 0.59 | 0 | 0.24 | 0.40 | 155.06 | 0.41 | 0.42 |
| Hex | 3F | 98 | 73 | 3B | 0 | 18 | 28 | 9B | 29 | 2A |
| Octal | 77 | 230 | 163 | 73 | 0 | 30 | 50 | 233 | 51 | 52 |
| Binary | 111111 | 10011000 | 1110011 | 111011 | 0 | 11000 | 101000 | 10011011 | 101001 | 101010 |
Color Harmonies of #3F9873
Complementary color
Monochromatic Colors of #3F9873
Black with #3F9873
Text Example
Text Example
White with #3F9873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9873; }
p { color: rgb(63,152,115); }
H1.HeaderClassName
{
color: #3F9873;
}
.AnyTagClassName
{
color: #3F9873;
}
</style>
background-color css
<style>
a { background-color: #3F9873; }
a { background-color: rgb(63,152,115); }
div.DivClassName
{
background-color: #3F9873;
}
.BgClassName
{
background-color: #3F9873;
}
</style>
border-color css
<style>
span { border-color: #3F9873; }
span { border-color: rgb(63,152,115); }
td.TdClassName
{
border-color: #3F9873;
}
.TagClassName
{
border-color: #3F9873;
}
</style>