Shades of Viridian #3F9671
Tints of Viridian #3F9671
RGB
CMYK
RGB Variations
Color information
#3F9671 (or 0x3F9671) is known color: Viridian. HEX triplet: 3F, 96 and 71. RGB value is (63,150,113). Sum of RGB (Red+Green+Blue) = 63+150+113=326 (43% of max value = 765). Red value is 63 (25% from 255 or 19.33% from 326); Green value is 150 (58.98% from 255 or 46.01% from 326); Blue value is 113 (44.53% from 255 or 34.66% from 326); Max value from RGB is 150 - color contains mainly: green. Hex color #3F9671 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9671 is #C0698E. Grayscale: #777777. Windows color (decimal): -12609935 or 7444031. OLE color: 7444031.
HSL color Cylindrical-coordinate representation of color #3F9671: hue angle of 154.48º 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 #3F9671 is Cyan = 0.58, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 63 | 150 | 113 | - |
| CMYK | 0.58 | 0 | 0.25 | 0.41 |
| HSL | 154.48º | 0.41% | 0.42% | - |
| HSV(B) | 154.48º | 0.58% | 0.59% | - |
| XYZ | 15.94 | 24.06 | 19.43 | - |
| YUV | 119.77 | 124.18 | 87.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 150 | 113 | 0.58 | 0 | 0.25 | 0.41 | 154.48 | 0.41 | 0.42 |
| Hex | 3F | 96 | 71 | 3A | 0 | 19 | 29 | 9A | 29 | 2A |
| Octal | 77 | 226 | 161 | 72 | 0 | 31 | 51 | 232 | 51 | 52 |
| Binary | 111111 | 10010110 | 1110001 | 111010 | 0 | 11001 | 101001 | 10011010 | 101001 | 101010 |
Color Harmonies of #3F9671
Complementary color
Monochromatic Colors of #3F9671
Black with #3F9671
Text Example
Text Example
White with #3F9671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9671; }
p { color: rgb(63,150,113); }
H1.HeaderClassName
{
color: #3F9671;
}
.AnyTagClassName
{
color: #3F9671;
}
</style>
background-color css
<style>
a { background-color: #3F9671; }
a { background-color: rgb(63,150,113); }
div.DivClassName
{
background-color: #3F9671;
}
.BgClassName
{
background-color: #3F9671;
}
</style>
border-color css
<style>
span { border-color: #3F9671; }
span { border-color: rgb(63,150,113); }
td.TdClassName
{
border-color: #3F9671;
}
.TagClassName
{
border-color: #3F9671;
}
</style>