Shades of Viridian #3F8678
Tints of Viridian #3F8678
RGB
CMYK
RGB Variations
Color information
#3F8678 (or 0x3F8678) is known color: Viridian. HEX triplet: 3F, 86 and 78. RGB value is (63,134,120). Sum of RGB (Red+Green+Blue) = 63+134+120=317 (41% of max value = 765). Red value is 63 (25% from 255 or 19.87% from 317); Green value is 134 (52.73% from 255 or 42.27% from 317); Blue value is 120 (47.27% from 255 or 37.85% from 317); Max value from RGB is 134 - color contains mainly: green. Hex color #3F8678 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8678 is #C07987. Grayscale: #6F6F6F. Windows color (decimal): -12614024 or 7898687. OLE color: 7898687.
HSL color Cylindrical-coordinate representation of color #3F8678: hue angle of 168.17º 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 #3F8678 is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 63 | 134 | 120 | - |
| CMYK | 0.53 | 0 | 0.10 | 0.47 |
| HSL | 168.17º | 0.36% | 0.39% | - |
| HSV(B) | 168.17º | 0.53% | 0.53% | - |
| XYZ | 13.97 | 19.46 | 20.79 | - |
| YUV | 111.18 | 132.98 | 93.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 134 | 120 | 0.53 | 0 | 0.10 | 0.47 | 168.17 | 0.36 | 0.39 |
| Hex | 3F | 86 | 78 | 35 | 0 | A | 2F | A8 | 24 | 27 |
| Octal | 77 | 206 | 170 | 65 | 0 | 12 | 57 | 250 | 44 | 47 |
| Binary | 111111 | 10000110 | 1111000 | 110101 | 0 | 1010 | 101111 | 10101000 | 100100 | 100111 |
Color Harmonies of #3F8678
Complementary color
Monochromatic Colors of #3F8678
Black with #3F8678
Text Example
Text Example
White with #3F8678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8678; }
p { color: rgb(63,134,120); }
H1.HeaderClassName
{
color: #3F8678;
}
.AnyTagClassName
{
color: #3F8678;
}
</style>
background-color css
<style>
a { background-color: #3F8678; }
a { background-color: rgb(63,134,120); }
div.DivClassName
{
background-color: #3F8678;
}
.BgClassName
{
background-color: #3F8678;
}
</style>
border-color css
<style>
span { border-color: #3F8678; }
span { border-color: rgb(63,134,120); }
td.TdClassName
{
border-color: #3F8678;
}
.TagClassName
{
border-color: #3F8678;
}
</style>