Shades of Viridian #3F9271
Tints of Viridian #3F9271
RGB
CMYK
RGB Variations
Color information
#3F9271 (or 0x3F9271) is known color: Viridian. HEX triplet: 3F, 92 and 71. RGB value is (63,146,113). Sum of RGB (Red+Green+Blue) = 63+146+113=322 (42% of max value = 765). Red value is 63 (25% from 255 or 19.57% from 322); Green value is 146 (57.42% from 255 or 45.34% from 322); Blue value is 113 (44.53% from 255 or 35.09% from 322); Max value from RGB is 146 - color contains mainly: green. Hex color #3F9271 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9271 is #C06D8E. Grayscale: #757575. Windows color (decimal): -12610959 or 7443007. OLE color: 7443007.
HSL color Cylindrical-coordinate representation of color #3F9271: hue angle of 156.14º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F9271 is Cyan = 0.57, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 63 | 146 | 113 | - |
| CMYK | 0.57 | 0 | 0.23 | 0.43 |
| HSL | 156.14º | 0.4% | 0.41% | - |
| HSV(B) | 156.14º | 0.57% | 0.57% | - |
| XYZ | 15.31 | 22.81 | 19.22 | - |
| YUV | 117.42 | 125.5 | 89.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 146 | 113 | 0.57 | 0 | 0.23 | 0.43 | 156.14 | 0.4 | 0.41 |
| Hex | 3F | 92 | 71 | 39 | 0 | 17 | 2B | 9C | 28 | 29 |
| Octal | 77 | 222 | 161 | 71 | 0 | 27 | 53 | 234 | 50 | 51 |
| Binary | 111111 | 10010010 | 1110001 | 111001 | 0 | 10111 | 101011 | 10011100 | 101000 | 101001 |
Color Harmonies of #3F9271
Complementary color
Monochromatic Colors of #3F9271
Black with #3F9271
Text Example
Text Example
White with #3F9271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9271; }
p { color: rgb(63,146,113); }
H1.HeaderClassName
{
color: #3F9271;
}
.AnyTagClassName
{
color: #3F9271;
}
</style>
background-color css
<style>
a { background-color: #3F9271; }
a { background-color: rgb(63,146,113); }
div.DivClassName
{
background-color: #3F9271;
}
.BgClassName
{
background-color: #3F9271;
}
</style>
border-color css
<style>
span { border-color: #3F9271; }
span { border-color: rgb(63,146,113); }
td.TdClassName
{
border-color: #3F9271;
}
.TagClassName
{
border-color: #3F9271;
}
</style>