Shades of Viridian #3F7C6F
Tints of Viridian #3F7C6F
RGB
CMYK
RGB Variations
Color information
#3F7C6F (or 0x3F7C6F) is known color: Viridian. HEX triplet: 3F, 7C and 6F. RGB value is (63,124,111). Sum of RGB (Red+Green+Blue) = 63+124+111=298 (39% of max value = 765). Red value is 63 (25% from 255 or 21.14% from 298); Green value is 124 (48.83% from 255 or 41.61% from 298); Blue value is 111 (43.75% from 255 or 37.25% from 298); Max value from RGB is 124 - color contains mainly: green. Hex color #3F7C6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7C6F is #C08390. Grayscale: #686868. Windows color (decimal): -12616593 or 7306303. OLE color: 7306303.
HSL color Cylindrical-coordinate representation of color #3F7C6F: hue angle of 167.21º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3F7C6F is Cyan = 0.49, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 63 | 124 | 111 | - |
| CMYK | 0.49 | 0 | 0.10 | 0.51 |
| HSL | 167.21º | 0.33% | 0.37% | - |
| HSV(B) | 167.21º | 0.49% | 0.49% | - |
| XYZ | 12.13 | 16.62 | 17.61 | - |
| YUV | 104.28 | 131.79 | 98.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 124 | 111 | 0.49 | 0 | 0.10 | 0.51 | 167.21 | 0.33 | 0.37 |
| Hex | 3F | 7C | 6F | 31 | 0 | A | 33 | A7 | 21 | 25 |
| Octal | 77 | 174 | 157 | 61 | 0 | 12 | 63 | 247 | 41 | 45 |
| Binary | 111111 | 1111100 | 1101111 | 110001 | 0 | 1010 | 110011 | 10100111 | 100001 | 100101 |
Color Harmonies of #3F7C6F
Complementary color
Monochromatic Colors of #3F7C6F
Black with #3F7C6F
Text Example
Text Example
White with #3F7C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7C6F; }
p { color: rgb(63,124,111); }
H1.HeaderClassName
{
color: #3F7C6F;
}
.AnyTagClassName
{
color: #3F7C6F;
}
</style>
background-color css
<style>
a { background-color: #3F7C6F; }
a { background-color: rgb(63,124,111); }
div.DivClassName
{
background-color: #3F7C6F;
}
.BgClassName
{
background-color: #3F7C6F;
}
</style>
border-color css
<style>
span { border-color: #3F7C6F; }
span { border-color: rgb(63,124,111); }
td.TdClassName
{
border-color: #3F7C6F;
}
.TagClassName
{
border-color: #3F7C6F;
}
</style>