Shades of Viridian #3F8676
Tints of Viridian #3F8676
RGB
CMYK
RGB Variations
Color information
#3F8676 (or 0x3F8676) is known color: Viridian. HEX triplet: 3F, 86 and 76. RGB value is (63,134,118). Sum of RGB (Red+Green+Blue) = 63+134+118=315 (41% of max value = 765). Red value is 63 (25% from 255 or 20% from 315); Green value is 134 (52.73% from 255 or 42.54% from 315); Blue value is 118 (46.48% from 255 or 37.46% from 315); Max value from RGB is 134 - color contains mainly: green. Hex color #3F8676 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8676 is #C07989. Grayscale: #6E6E6E. Windows color (decimal): -12614026 or 7767615. OLE color: 7767615.
HSL color Cylindrical-coordinate representation of color #3F8676: hue angle of 166.48º 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 #3F8676 is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 63 | 134 | 118 | - |
| CMYK | 0.53 | 0 | 0.12 | 0.47 |
| HSL | 166.48º | 0.36% | 0.39% | - |
| HSV(B) | 166.48º | 0.53% | 0.53% | - |
| XYZ | 13.85 | 19.41 | 20.16 | - |
| YUV | 110.95 | 131.98 | 93.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 134 | 118 | 0.53 | 0 | 0.12 | 0.47 | 166.48 | 0.36 | 0.39 |
| Hex | 3F | 86 | 76 | 35 | 0 | C | 2F | A6 | 24 | 27 |
| Octal | 77 | 206 | 166 | 65 | 0 | 14 | 57 | 246 | 44 | 47 |
| Binary | 111111 | 10000110 | 1110110 | 110101 | 0 | 1100 | 101111 | 10100110 | 100100 | 100111 |
Color Harmonies of #3F8676
Complementary color
Monochromatic Colors of #3F8676
Black with #3F8676
Text Example
Text Example
White with #3F8676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8676; }
p { color: rgb(63,134,118); }
H1.HeaderClassName
{
color: #3F8676;
}
.AnyTagClassName
{
color: #3F8676;
}
</style>
background-color css
<style>
a { background-color: #3F8676; }
a { background-color: rgb(63,134,118); }
div.DivClassName
{
background-color: #3F8676;
}
.BgClassName
{
background-color: #3F8676;
}
</style>
border-color css
<style>
span { border-color: #3F8676; }
span { border-color: rgb(63,134,118); }
td.TdClassName
{
border-color: #3F8676;
}
.TagClassName
{
border-color: #3F8676;
}
</style>