Shades of Viridian #3F8C6B
Tints of Viridian #3F8C6B
RGB
CMYK
RGB Variations
Color information
#3F8C6B (or 0x3F8C6B) is known color: Viridian. HEX triplet: 3F, 8C and 6B. RGB value is (63,140,107). Sum of RGB (Red+Green+Blue) = 63+140+107=310 (41% of max value = 765). Red value is 63 (25% from 255 or 20.32% from 310); Green value is 140 (55.08% from 255 or 45.16% from 310); Blue value is 107 (42.19% from 255 or 34.52% from 310); Max value from RGB is 140 - color contains mainly: green. Hex color #3F8C6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8C6B is #C07394. Grayscale: #717171. Windows color (decimal): -12612501 or 7048255. OLE color: 7048255.
HSL color Cylindrical-coordinate representation of color #3F8C6B: hue angle of 154.29º 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 #3F8C6B is Cyan = 0.55, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 63 | 140 | 107 | - |
| CMYK | 0.55 | 0 | 0.24 | 0.45 |
| HSL | 154.29º | 0.38% | 0.4% | - |
| HSV(B) | 154.29º | 0.55% | 0.55% | - |
| XYZ | 14.08 | 20.87 | 17.2 | - |
| YUV | 113.22 | 124.49 | 92.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 140 | 107 | 0.55 | 0 | 0.24 | 0.45 | 154.29 | 0.38 | 0.4 |
| Hex | 3F | 8C | 6B | 37 | 0 | 18 | 2D | 9A | 26 | 28 |
| Octal | 77 | 214 | 153 | 67 | 0 | 30 | 55 | 232 | 46 | 50 |
| Binary | 111111 | 10001100 | 1101011 | 110111 | 0 | 11000 | 101101 | 10011010 | 100110 | 101000 |
Color Harmonies of #3F8C6B
Complementary color
Monochromatic Colors of #3F8C6B
Black with #3F8C6B
Text Example
Text Example
White with #3F8C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8C6B; }
p { color: rgb(63,140,107); }
H1.HeaderClassName
{
color: #3F8C6B;
}
.AnyTagClassName
{
color: #3F8C6B;
}
</style>
background-color css
<style>
a { background-color: #3F8C6B; }
a { background-color: rgb(63,140,107); }
div.DivClassName
{
background-color: #3F8C6B;
}
.BgClassName
{
background-color: #3F8C6B;
}
</style>
border-color css
<style>
span { border-color: #3F8C6B; }
span { border-color: rgb(63,140,107); }
td.TdClassName
{
border-color: #3F8C6B;
}
.TagClassName
{
border-color: #3F8C6B;
}
</style>