Shades of Viridian #3F8A6D
Tints of Viridian #3F8A6D
RGB
CMYK
RGB Variations
Color information
#3F8A6D (or 0x3F8A6D) is known color: Viridian. HEX triplet: 3F, 8A and 6D. RGB value is (63,138,109). Sum of RGB (Red+Green+Blue) = 63+138+109=310 (41% of max value = 765). Red value is 63 (25% from 255 or 20.32% from 310); Green value is 138 (54.30% from 255 or 44.52% from 310); Blue value is 109 (42.97% from 255 or 35.16% from 310); Max value from RGB is 138 - color contains mainly: green. Hex color #3F8A6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8A6D is #C07592. Grayscale: #707070. Windows color (decimal): -12613011 or 7178815. OLE color: 7178815.
HSL color Cylindrical-coordinate representation of color #3F8A6D: hue angle of 156.8º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3F8A6D is Cyan = 0.54, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 63 | 138 | 109 | - |
| CMYK | 0.54 | 0 | 0.21 | 0.46 |
| HSL | 156.8º | 0.37% | 0.39% | - |
| HSV(B) | 156.8º | 0.54% | 0.54% | - |
| XYZ | 13.9 | 20.34 | 17.66 | - |
| YUV | 112.27 | 126.15 | 92.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 138 | 109 | 0.54 | 0 | 0.21 | 0.46 | 156.8 | 0.37 | 0.39 |
| Hex | 3F | 8A | 6D | 36 | 0 | 15 | 2E | 9D | 25 | 27 |
| Octal | 77 | 212 | 155 | 66 | 0 | 25 | 56 | 235 | 45 | 47 |
| Binary | 111111 | 10001010 | 1101101 | 110110 | 0 | 10101 | 101110 | 10011101 | 100101 | 100111 |
Color Harmonies of #3F8A6D
Complementary color
Monochromatic Colors of #3F8A6D
Black with #3F8A6D
Text Example
Text Example
White with #3F8A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8A6D; }
p { color: rgb(63,138,109); }
H1.HeaderClassName
{
color: #3F8A6D;
}
.AnyTagClassName
{
color: #3F8A6D;
}
</style>
background-color css
<style>
a { background-color: #3F8A6D; }
a { background-color: rgb(63,138,109); }
div.DivClassName
{
background-color: #3F8A6D;
}
.BgClassName
{
background-color: #3F8A6D;
}
</style>
border-color css
<style>
span { border-color: #3F8A6D; }
span { border-color: rgb(63,138,109); }
td.TdClassName
{
border-color: #3F8A6D;
}
.TagClassName
{
border-color: #3F8A6D;
}
</style>