Shades of Viridian #3F7A64
Tints of Viridian #3F7A64
RGB
CMYK
RGB Variations
Color information
#3F7A64 (or 0x3F7A64) is known color: Viridian. HEX triplet: 3F, 7A and 64. RGB value is (63,122,100). Sum of RGB (Red+Green+Blue) = 63+122+100=285 (37% of max value = 765). Red value is 63 (25% from 255 or 22.11% from 285); Green value is 122 (48.05% from 255 or 42.81% from 285); Blue value is 100 (39.45% from 255 or 35.09% from 285); Max value from RGB is 122 - color contains mainly: green. Hex color #3F7A64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7A64 is #C0859B. Grayscale: #656565. Windows color (decimal): -12617116 or 6584895. OLE color: 6584895.
HSL color Cylindrical-coordinate representation of color #3F7A64: hue angle of 157.63º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3F7A64 is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 63 | 122 | 100 | - |
| CMYK | 0.48 | 0 | 0.18 | 0.52 |
| HSL | 157.63º | 0.32% | 0.36% | - |
| HSV(B) | 157.63º | 0.48% | 0.48% | - |
| XYZ | 11.31 | 15.9 | 14.53 | - |
| YUV | 101.85 | 126.95 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 122 | 100 | 0.48 | 0 | 0.18 | 0.52 | 157.63 | 0.32 | 0.36 |
| Hex | 3F | 7A | 64 | 30 | 0 | 12 | 34 | 9E | 20 | 24 |
| Octal | 77 | 172 | 144 | 60 | 0 | 22 | 64 | 236 | 40 | 44 |
| Binary | 111111 | 1111010 | 1100100 | 110000 | 0 | 10010 | 110100 | 10011110 | 100000 | 100100 |
Color Harmonies of #3F7A64
Complementary color
Monochromatic Colors of #3F7A64
Black with #3F7A64
Text Example
Text Example
White with #3F7A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7A64; }
p { color: rgb(63,122,100); }
H1.HeaderClassName
{
color: #3F7A64;
}
.AnyTagClassName
{
color: #3F7A64;
}
</style>
background-color css
<style>
a { background-color: #3F7A64; }
a { background-color: rgb(63,122,100); }
div.DivClassName
{
background-color: #3F7A64;
}
.BgClassName
{
background-color: #3F7A64;
}
</style>
border-color css
<style>
span { border-color: #3F7A64; }
span { border-color: rgb(63,122,100); }
td.TdClassName
{
border-color: #3F7A64;
}
.TagClassName
{
border-color: #3F7A64;
}
</style>