Shades of Viridian #3F8172
Tints of Viridian #3F8172
RGB
CMYK
RGB Variations
Color information
#3F8172 (or 0x3F8172) is known color: Viridian. HEX triplet: 3F, 81 and 72. RGB value is (63,129,114). Sum of RGB (Red+Green+Blue) = 63+129+114=306 (40% of max value = 765). Red value is 63 (25% from 255 or 20.59% from 306); Green value is 129 (50.78% from 255 or 42.16% from 306); Blue value is 114 (44.92% from 255 or 37.25% from 306); Max value from RGB is 129 - color contains mainly: green. Hex color #3F8172 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8172 is #C07E8D. Grayscale: #6B6B6B. Windows color (decimal): -12615310 or 7504191. OLE color: 7504191.
HSL color Cylindrical-coordinate representation of color #3F8172: hue angle of 166.36º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3F8172 is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 63 | 129 | 114 | - |
| CMYK | 0.51 | 0 | 0.12 | 0.49 |
| HSL | 166.36º | 0.34% | 0.38% | - |
| HSV(B) | 166.36º | 0.51% | 0.51% | - |
| XYZ | 12.94 | 17.97 | 18.71 | - |
| YUV | 107.56 | 131.63 | 96.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 129 | 114 | 0.51 | 0 | 0.12 | 0.49 | 166.36 | 0.34 | 0.38 |
| Hex | 3F | 81 | 72 | 33 | 0 | C | 31 | A6 | 22 | 26 |
| Octal | 77 | 201 | 162 | 63 | 0 | 14 | 61 | 246 | 42 | 46 |
| Binary | 111111 | 10000001 | 1110010 | 110011 | 0 | 1100 | 110001 | 10100110 | 100010 | 100110 |
Color Harmonies of #3F8172
Complementary color
Monochromatic Colors of #3F8172
Black with #3F8172
Text Example
Text Example
White with #3F8172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8172; }
p { color: rgb(63,129,114); }
H1.HeaderClassName
{
color: #3F8172;
}
.AnyTagClassName
{
color: #3F8172;
}
</style>
background-color css
<style>
a { background-color: #3F8172; }
a { background-color: rgb(63,129,114); }
div.DivClassName
{
background-color: #3F8172;
}
.BgClassName
{
background-color: #3F8172;
}
</style>
border-color css
<style>
span { border-color: #3F8172; }
span { border-color: rgb(63,129,114); }
td.TdClassName
{
border-color: #3F8172;
}
.TagClassName
{
border-color: #3F8172;
}
</style>