Shades of Viridian #3F8F71
Tints of Viridian #3F8F71
RGB
CMYK
RGB Variations
Color information
#3F8F71 (or 0x3F8F71) is known color: Viridian. HEX triplet: 3F, 8F and 71. RGB value is (63,143,113). Sum of RGB (Red+Green+Blue) = 63+143+113=319 (42% of max value = 765). Red value is 63 (25% from 255 or 19.75% from 319); Green value is 143 (56.25% from 255 or 44.83% from 319); Blue value is 113 (44.53% from 255 or 35.42% from 319); Max value from RGB is 143 - color contains mainly: green. Hex color #3F8F71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8F71 is #C0708E. Grayscale: #737373. Windows color (decimal): -12611727 or 7442239. OLE color: 7442239.
HSL color Cylindrical-coordinate representation of color #3F8F71: hue angle of 157.5º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F8F71 is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 63 | 143 | 113 | - |
| CMYK | 0.56 | 0 | 0.21 | 0.44 |
| HSL | 157.5º | 0.39% | 0.4% | - |
| HSV(B) | 157.5º | 0.56% | 0.56% | - |
| XYZ | 14.85 | 21.89 | 19.07 | - |
| YUV | 115.66 | 126.5 | 90.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 143 | 113 | 0.56 | 0 | 0.21 | 0.44 | 157.5 | 0.39 | 0.4 |
| Hex | 3F | 8F | 71 | 38 | 0 | 15 | 2C | 9E | 27 | 28 |
| Octal | 77 | 217 | 161 | 70 | 0 | 25 | 54 | 236 | 47 | 50 |
| Binary | 111111 | 10001111 | 1110001 | 111000 | 0 | 10101 | 101100 | 10011110 | 100111 | 101000 |
Color Harmonies of #3F8F71
Complementary color
Monochromatic Colors of #3F8F71
Black with #3F8F71
Text Example
Text Example
White with #3F8F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8F71; }
p { color: rgb(63,143,113); }
H1.HeaderClassName
{
color: #3F8F71;
}
.AnyTagClassName
{
color: #3F8F71;
}
</style>
background-color css
<style>
a { background-color: #3F8F71; }
a { background-color: rgb(63,143,113); }
div.DivClassName
{
background-color: #3F8F71;
}
.BgClassName
{
background-color: #3F8F71;
}
</style>
border-color css
<style>
span { border-color: #3F8F71; }
span { border-color: rgb(63,143,113); }
td.TdClassName
{
border-color: #3F8F71;
}
.TagClassName
{
border-color: #3F8F71;
}
</style>