Shades of Viridian #3F7464
Tints of Viridian #3F7464
RGB
CMYK
RGB Variations
Color information
#3F7464 (or 0x3F7464) is known color: Viridian. HEX triplet: 3F, 74 and 64. RGB value is (63,116,100). Sum of RGB (Red+Green+Blue) = 63+116+100=279 (36% of max value = 765). Red value is 63 (25% from 255 or 22.58% from 279); Green value is 116 (45.70% from 255 or 41.58% from 279); Blue value is 100 (39.45% from 255 or 35.84% from 279); Max value from RGB is 116 - color contains mainly: green. Hex color #3F7464 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7464 is #C08B9B. Grayscale: #626262. Windows color (decimal): -12618652 or 6583359. OLE color: 6583359.
HSL color Cylindrical-coordinate representation of color #3F7464: hue angle of 161.89º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3F7464 is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 63 | 116 | 100 | - |
| CMYK | 0.46 | 0 | 0.14 | 0.55 |
| HSL | 161.89º | 0.3% | 0.35% | - |
| HSV(B) | 161.89º | 0.46% | 0.45% | - |
| XYZ | 10.6 | 14.47 | 14.29 | - |
| YUV | 98.33 | 128.94 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 116 | 100 | 0.46 | 0 | 0.14 | 0.55 | 161.89 | 0.3 | 0.35 |
| Hex | 3F | 74 | 64 | 2E | 0 | E | 37 | A2 | 1E | 23 |
| Octal | 77 | 164 | 144 | 56 | 0 | 16 | 67 | 242 | 36 | 43 |
| Binary | 111111 | 1110100 | 1100100 | 101110 | 0 | 1110 | 110111 | 10100010 | 11110 | 100011 |
Color Harmonies of #3F7464
Complementary color
Monochromatic Colors of #3F7464
Black with #3F7464
Text Example
Text Example
White with #3F7464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7464; }
p { color: rgb(63,116,100); }
H1.HeaderClassName
{
color: #3F7464;
}
.AnyTagClassName
{
color: #3F7464;
}
</style>
background-color css
<style>
a { background-color: #3F7464; }
a { background-color: rgb(63,116,100); }
div.DivClassName
{
background-color: #3F7464;
}
.BgClassName
{
background-color: #3F7464;
}
</style>
border-color css
<style>
span { border-color: #3F7464; }
span { border-color: rgb(63,116,100); }
td.TdClassName
{
border-color: #3F7464;
}
.TagClassName
{
border-color: #3F7464;
}
</style>