Shades of Viridian #3F7C6D
Tints of Viridian #3F7C6D
RGB
CMYK
RGB Variations
Color information
#3F7C6D (or 0x3F7C6D) is known color: Viridian. HEX triplet: 3F, 7C and 6D. RGB value is (63,124,109). Sum of RGB (Red+Green+Blue) = 63+124+109=296 (39% of max value = 765). Red value is 63 (25% from 255 or 21.28% from 296); Green value is 124 (48.83% from 255 or 41.89% from 296); Blue value is 109 (42.97% from 255 or 36.82% from 296); Max value from RGB is 124 - color contains mainly: green. Hex color #3F7C6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7C6D is #C08392. Grayscale: #686868. Windows color (decimal): -12616595 or 7175231. OLE color: 7175231.
HSL color Cylindrical-coordinate representation of color #3F7C6D: hue angle of 165.25º 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 #3F7C6D is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 63 | 124 | 109 | - |
| CMYK | 0.49 | 0 | 0.12 | 0.51 |
| HSL | 165.25º | 0.33% | 0.37% | - |
| HSV(B) | 165.25º | 0.49% | 0.49% | - |
| XYZ | 12.02 | 16.58 | 17.03 | - |
| YUV | 104.05 | 130.79 | 98.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 124 | 109 | 0.49 | 0 | 0.12 | 0.51 | 165.25 | 0.33 | 0.37 |
| Hex | 3F | 7C | 6D | 31 | 0 | C | 33 | A5 | 21 | 25 |
| Octal | 77 | 174 | 155 | 61 | 0 | 14 | 63 | 245 | 41 | 45 |
| Binary | 111111 | 1111100 | 1101101 | 110001 | 0 | 1100 | 110011 | 10100101 | 100001 | 100101 |
Color Harmonies of #3F7C6D
Complementary color
Monochromatic Colors of #3F7C6D
Black with #3F7C6D
Text Example
Text Example
White with #3F7C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7C6D; }
p { color: rgb(63,124,109); }
H1.HeaderClassName
{
color: #3F7C6D;
}
.AnyTagClassName
{
color: #3F7C6D;
}
</style>
background-color css
<style>
a { background-color: #3F7C6D; }
a { background-color: rgb(63,124,109); }
div.DivClassName
{
background-color: #3F7C6D;
}
.BgClassName
{
background-color: #3F7C6D;
}
</style>
border-color css
<style>
span { border-color: #3F7C6D; }
span { border-color: rgb(63,124,109); }
td.TdClassName
{
border-color: #3F7C6D;
}
.TagClassName
{
border-color: #3F7C6D;
}
</style>