Shades of Viridian #3F7A61
Tints of Viridian #3F7A61
RGB
CMYK
RGB Variations
Color information
#3F7A61 (or 0x3F7A61) is known color: Viridian. HEX triplet: 3F, 7A and 61. RGB value is (63,122,97). Sum of RGB (Red+Green+Blue) = 63+122+97=282 (37% of max value = 765). Red value is 63 (25% from 255 or 22.34% from 282); Green value is 122 (48.05% from 255 or 43.26% from 282); Blue value is 97 (38.28% from 255 or 34.40% from 282); Max value from RGB is 122 - color contains mainly: green. Hex color #3F7A61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7A61 is #C0859E. Grayscale: #656565. Windows color (decimal): -12617119 or 6388287. OLE color: 6388287.
HSL color Cylindrical-coordinate representation of color #3F7A61: hue angle of 154.58º 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 #3F7A61 is Cyan = 0.48, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 63 | 122 | 97 | - |
| CMYK | 0.48 | 0 | 0.20 | 0.52 |
| HSL | 154.58º | 0.32% | 0.36% | - |
| HSV(B) | 154.58º | 0.48% | 0.48% | - |
| XYZ | 11.17 | 15.84 | 13.78 | - |
| YUV | 101.51 | 125.45 | 100.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 122 | 97 | 0.48 | 0 | 0.20 | 0.52 | 154.58 | 0.32 | 0.36 |
| Hex | 3F | 7A | 61 | 30 | 0 | 14 | 34 | 9B | 20 | 24 |
| Octal | 77 | 172 | 141 | 60 | 0 | 24 | 64 | 233 | 40 | 44 |
| Binary | 111111 | 1111010 | 1100001 | 110000 | 0 | 10100 | 110100 | 10011011 | 100000 | 100100 |
Color Harmonies of #3F7A61
Complementary color
Monochromatic Colors of #3F7A61
Black with #3F7A61
Text Example
Text Example
White with #3F7A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7A61; }
p { color: rgb(63,122,97); }
H1.HeaderClassName
{
color: #3F7A61;
}
.AnyTagClassName
{
color: #3F7A61;
}
</style>
background-color css
<style>
a { background-color: #3F7A61; }
a { background-color: rgb(63,122,97); }
div.DivClassName
{
background-color: #3F7A61;
}
.BgClassName
{
background-color: #3F7A61;
}
</style>
border-color css
<style>
span { border-color: #3F7A61; }
span { border-color: rgb(63,122,97); }
td.TdClassName
{
border-color: #3F7A61;
}
.TagClassName
{
border-color: #3F7A61;
}
</style>