Shades of Viridian #3F9674
Tints of Viridian #3F9674
RGB
CMYK
RGB Variations
Color information
#3F9674 (or 0x3F9674) is known color: Viridian. HEX triplet: 3F, 96 and 74. RGB value is (63,150,116). Sum of RGB (Red+Green+Blue) = 63+150+116=329 (43% of max value = 765). Red value is 63 (25% from 255 or 19.15% from 329); Green value is 150 (58.98% from 255 or 45.59% from 329); Blue value is 116 (45.70% from 255 or 35.26% from 329); Max value from RGB is 150 - color contains mainly: green. Hex color #3F9674 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9674 is #C0698B. Grayscale: #787878. Windows color (decimal): -12609932 or 7640639. OLE color: 7640639.
HSL color Cylindrical-coordinate representation of color #3F9674: hue angle of 156.55º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3F9674 is Cyan = 0.58, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 63 | 150 | 116 | - |
| CMYK | 0.58 | 0 | 0.23 | 0.41 |
| HSL | 156.55º | 0.41% | 0.42% | - |
| HSV(B) | 156.55º | 0.58% | 0.59% | - |
| XYZ | 16.11 | 24.13 | 20.33 | - |
| YUV | 120.11 | 125.68 | 87.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 150 | 116 | 0.58 | 0 | 0.23 | 0.41 | 156.55 | 0.41 | 0.42 |
| Hex | 3F | 96 | 74 | 3A | 0 | 17 | 29 | 9D | 29 | 2A |
| Octal | 77 | 226 | 164 | 72 | 0 | 27 | 51 | 235 | 51 | 52 |
| Binary | 111111 | 10010110 | 1110100 | 111010 | 0 | 10111 | 101001 | 10011101 | 101001 | 101010 |
Color Harmonies of #3F9674
Complementary color
Monochromatic Colors of #3F9674
Black with #3F9674
Text Example
Text Example
White with #3F9674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9674; }
p { color: rgb(63,150,116); }
H1.HeaderClassName
{
color: #3F9674;
}
.AnyTagClassName
{
color: #3F9674;
}
</style>
background-color css
<style>
a { background-color: #3F9674; }
a { background-color: rgb(63,150,116); }
div.DivClassName
{
background-color: #3F9674;
}
.BgClassName
{
background-color: #3F9674;
}
</style>
border-color css
<style>
span { border-color: #3F9674; }
span { border-color: rgb(63,150,116); }
td.TdClassName
{
border-color: #3F9674;
}
.TagClassName
{
border-color: #3F9674;
}
</style>