Shades of Viridian #3F8F77
Tints of Viridian #3F8F77
RGB
CMYK
RGB Variations
Color information
#3F8F77 (or 0x3F8F77) is known color: Viridian. HEX triplet: 3F, 8F and 77. RGB value is (63,143,119). Sum of RGB (Red+Green+Blue) = 63+143+119=325 (43% of max value = 765). Red value is 63 (25% from 255 or 19.38% from 325); Green value is 143 (56.25% from 255 or 44% from 325); Blue value is 119 (46.88% from 255 or 36.62% from 325); Max value from RGB is 143 - color contains mainly: green. Hex color #3F8F77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8F77 is #C07088. Grayscale: #747474. Windows color (decimal): -12611721 or 7835455. OLE color: 7835455.
HSL color Cylindrical-coordinate representation of color #3F8F77: hue angle of 162º 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 #3F8F77 is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 63 | 143 | 119 | - |
| CMYK | 0.56 | 0 | 0.17 | 0.44 |
| HSL | 162º | 0.39% | 0.4% | - |
| HSV(B) | 162º | 0.56% | 0.56% | - |
| XYZ | 15.2 | 22.03 | 20.9 | - |
| YUV | 116.34 | 129.5 | 89.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 143 | 119 | 0.56 | 0 | 0.17 | 0.44 | 162 | 0.39 | 0.4 |
| Hex | 3F | 8F | 77 | 38 | 0 | 11 | 2C | A2 | 27 | 28 |
| Octal | 77 | 217 | 167 | 70 | 0 | 21 | 54 | 242 | 47 | 50 |
| Binary | 111111 | 10001111 | 1110111 | 111000 | 0 | 10001 | 101100 | 10100010 | 100111 | 101000 |
Color Harmonies of #3F8F77
Complementary color
Monochromatic Colors of #3F8F77
Black with #3F8F77
Text Example
Text Example
White with #3F8F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8F77; }
p { color: rgb(63,143,119); }
H1.HeaderClassName
{
color: #3F8F77;
}
.AnyTagClassName
{
color: #3F8F77;
}
</style>
background-color css
<style>
a { background-color: #3F8F77; }
a { background-color: rgb(63,143,119); }
div.DivClassName
{
background-color: #3F8F77;
}
.BgClassName
{
background-color: #3F8F77;
}
</style>
border-color css
<style>
span { border-color: #3F8F77; }
span { border-color: rgb(63,143,119); }
td.TdClassName
{
border-color: #3F8F77;
}
.TagClassName
{
border-color: #3F8F77;
}
</style>