Shades of Viridian #3F8A67
Tints of Viridian #3F8A67
RGB
CMYK
RGB Variations
Color information
#3F8A67 (or 0x3F8A67) is known color: Viridian. HEX triplet: 3F, 8A and 67. RGB value is (63,138,103). Sum of RGB (Red+Green+Blue) = 63+138+103=304 (40% of max value = 765). Red value is 63 (25% from 255 or 20.72% from 304); Green value is 138 (54.30% from 255 or 45.39% from 304); Blue value is 103 (40.62% from 255 or 33.88% from 304); Max value from RGB is 138 - color contains mainly: green. Hex color #3F8A67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8A67 is #C07598. Grayscale: #6F6F6F. Windows color (decimal): -12613017 or 6785599. OLE color: 6785599.
HSL color Cylindrical-coordinate representation of color #3F8A67: hue angle of 152º 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 #3F8A67 is Cyan = 0.54, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 63 | 138 | 103 | - |
| CMYK | 0.54 | 0 | 0.25 | 0.46 |
| HSL | 152º | 0.37% | 0.39% | - |
| HSV(B) | 152º | 0.54% | 0.54% | - |
| XYZ | 13.59 | 20.21 | 16.02 | - |
| YUV | 111.59 | 123.15 | 93.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 138 | 103 | 0.54 | 0 | 0.25 | 0.46 | 152 | 0.37 | 0.39 |
| Hex | 3F | 8A | 67 | 36 | 0 | 19 | 2E | 98 | 25 | 27 |
| Octal | 77 | 212 | 147 | 66 | 0 | 31 | 56 | 230 | 45 | 47 |
| Binary | 111111 | 10001010 | 1100111 | 110110 | 0 | 11001 | 101110 | 10011000 | 100101 | 100111 |
Color Harmonies of #3F8A67
Complementary color
Monochromatic Colors of #3F8A67
Black with #3F8A67
Text Example
Text Example
White with #3F8A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8A67; }
p { color: rgb(63,138,103); }
H1.HeaderClassName
{
color: #3F8A67;
}
.AnyTagClassName
{
color: #3F8A67;
}
</style>
background-color css
<style>
a { background-color: #3F8A67; }
a { background-color: rgb(63,138,103); }
div.DivClassName
{
background-color: #3F8A67;
}
.BgClassName
{
background-color: #3F8A67;
}
</style>
border-color css
<style>
span { border-color: #3F8A67; }
span { border-color: rgb(63,138,103); }
td.TdClassName
{
border-color: #3F8A67;
}
.TagClassName
{
border-color: #3F8A67;
}
</style>