Shades of Viridian #3F8977
Tints of Viridian #3F8977
RGB
CMYK
RGB Variations
Color information
#3F8977 (or 0x3F8977) is known color: Viridian. HEX triplet: 3F, 89 and 77. RGB value is (63,137,119). Sum of RGB (Red+Green+Blue) = 63+137+119=319 (42% of max value = 765). Red value is 63 (25% from 255 or 19.75% from 319); Green value is 137 (53.91% from 255 or 42.95% from 319); Blue value is 119 (46.88% from 255 or 37.30% from 319); Max value from RGB is 137 - color contains mainly: green. Hex color #3F8977 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8977 is #C07688. Grayscale: #707070. Windows color (decimal): -12613257 or 7833919. OLE color: 7833919.
HSL color Cylindrical-coordinate representation of color #3F8977: hue angle of 165.41º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3F8977 is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 63 | 137 | 119 | - |
| CMYK | 0.54 | 0 | 0.13 | 0.46 |
| HSL | 165.41º | 0.37% | 0.39% | - |
| HSV(B) | 165.41º | 0.54% | 0.54% | - |
| XYZ | 14.33 | 20.28 | 20.61 | - |
| YUV | 112.82 | 131.48 | 92.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 137 | 119 | 0.54 | 0 | 0.13 | 0.46 | 165.41 | 0.37 | 0.39 |
| Hex | 3F | 89 | 77 | 36 | 0 | D | 2E | A5 | 25 | 27 |
| Octal | 77 | 211 | 167 | 66 | 0 | 15 | 56 | 245 | 45 | 47 |
| Binary | 111111 | 10001001 | 1110111 | 110110 | 0 | 1101 | 101110 | 10100101 | 100101 | 100111 |
Color Harmonies of #3F8977
Complementary color
Monochromatic Colors of #3F8977
Black with #3F8977
Text Example
Text Example
White with #3F8977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8977; }
p { color: rgb(63,137,119); }
H1.HeaderClassName
{
color: #3F8977;
}
.AnyTagClassName
{
color: #3F8977;
}
</style>
background-color css
<style>
a { background-color: #3F8977; }
a { background-color: rgb(63,137,119); }
div.DivClassName
{
background-color: #3F8977;
}
.BgClassName
{
background-color: #3F8977;
}
</style>
border-color css
<style>
span { border-color: #3F8977; }
span { border-color: rgb(63,137,119); }
td.TdClassName
{
border-color: #3F8977;
}
.TagClassName
{
border-color: #3F8977;
}
</style>