Shades of Viridian #3F7E6D
Tints of Viridian #3F7E6D
RGB
CMYK
RGB Variations
Color information
#3F7E6D (or 0x3F7E6D) is known color: Viridian. HEX triplet: 3F, 7E and 6D. RGB value is (63,126,109). Sum of RGB (Red+Green+Blue) = 63+126+109=298 (39% of max value = 765). Red value is 63 (25% from 255 or 21.14% from 298); Green value is 126 (49.61% from 255 or 42.28% from 298); Blue value is 109 (42.97% from 255 or 36.58% from 298); Max value from RGB is 126 - color contains mainly: green. Hex color #3F7E6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7E6D is #C08192. Grayscale: #696969. Windows color (decimal): -12616083 or 7175743. OLE color: 7175743.
HSL color Cylindrical-coordinate representation of color #3F7E6D: hue angle of 163.81º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3F7E6D is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 63 | 126 | 109 | - |
| CMYK | 0.50 | 0 | 0.13 | 0.51 |
| HSL | 163.81º | 0.33% | 0.37% | - |
| HSV(B) | 163.81º | 0.5% | 0.49% | - |
| XYZ | 12.27 | 17.08 | 17.12 | - |
| YUV | 105.23 | 130.13 | 97.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 126 | 109 | 0.50 | 0 | 0.13 | 0.51 | 163.81 | 0.33 | 0.37 |
| Hex | 3F | 7E | 6D | 32 | 0 | D | 33 | A4 | 21 | 25 |
| Octal | 77 | 176 | 155 | 62 | 0 | 15 | 63 | 244 | 41 | 45 |
| Binary | 111111 | 1111110 | 1101101 | 110010 | 0 | 1101 | 110011 | 10100100 | 100001 | 100101 |
Color Harmonies of #3F7E6D
Complementary color
Monochromatic Colors of #3F7E6D
Black with #3F7E6D
Text Example
Text Example
White with #3F7E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7E6D; }
p { color: rgb(63,126,109); }
H1.HeaderClassName
{
color: #3F7E6D;
}
.AnyTagClassName
{
color: #3F7E6D;
}
</style>
background-color css
<style>
a { background-color: #3F7E6D; }
a { background-color: rgb(63,126,109); }
div.DivClassName
{
background-color: #3F7E6D;
}
.BgClassName
{
background-color: #3F7E6D;
}
</style>
border-color css
<style>
span { border-color: #3F7E6D; }
span { border-color: rgb(63,126,109); }
td.TdClassName
{
border-color: #3F7E6D;
}
.TagClassName
{
border-color: #3F7E6D;
}
</style>