Shades of Viridian #3F8B68
Tints of Viridian #3F8B68
RGB
CMYK
RGB Variations
Color information
#3F8B68 (or 0x3F8B68) is known color: Viridian. HEX triplet: 3F, 8B and 68. RGB value is (63,139,104). Sum of RGB (Red+Green+Blue) = 63+139+104=306 (40% of max value = 765). Red value is 63 (25% from 255 or 20.59% from 306); Green value is 139 (54.69% from 255 or 45.42% from 306); Blue value is 104 (41.02% from 255 or 33.99% from 306); Max value from RGB is 139 - color contains mainly: green. Hex color #3F8B68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8B68 is #C07497. Grayscale: #707070. Windows color (decimal): -12612760 or 6851391. OLE color: 6851391.
HSL color Cylindrical-coordinate representation of color #3F8B68: hue angle of 152.37º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3F8B68 is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 63 | 139 | 104 | - |
| CMYK | 0.55 | 0 | 0.25 | 0.45 |
| HSL | 152.37º | 0.38% | 0.4% | - |
| HSV(B) | 152.37º | 0.55% | 0.55% | - |
| XYZ | 13.78 | 20.52 | 16.33 | - |
| YUV | 112.29 | 123.32 | 92.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 139 | 104 | 0.55 | 0 | 0.25 | 0.45 | 152.37 | 0.38 | 0.4 |
| Hex | 3F | 8B | 68 | 37 | 0 | 19 | 2D | 98 | 26 | 28 |
| Octal | 77 | 213 | 150 | 67 | 0 | 31 | 55 | 230 | 46 | 50 |
| Binary | 111111 | 10001011 | 1101000 | 110111 | 0 | 11001 | 101101 | 10011000 | 100110 | 101000 |
Color Harmonies of #3F8B68
Complementary color
Monochromatic Colors of #3F8B68
Black with #3F8B68
Text Example
Text Example
White with #3F8B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8B68; }
p { color: rgb(63,139,104); }
H1.HeaderClassName
{
color: #3F8B68;
}
.AnyTagClassName
{
color: #3F8B68;
}
</style>
background-color css
<style>
a { background-color: #3F8B68; }
a { background-color: rgb(63,139,104); }
div.DivClassName
{
background-color: #3F8B68;
}
.BgClassName
{
background-color: #3F8B68;
}
</style>
border-color css
<style>
span { border-color: #3F8B68; }
span { border-color: rgb(63,139,104); }
td.TdClassName
{
border-color: #3F8B68;
}
.TagClassName
{
border-color: #3F8B68;
}
</style>