Shades of Viridian #3C7960
Tints of Viridian #3C7960
RGB
CMYK
RGB Variations
Color information
#3C7960 (or 0x3C7960) is known color: Viridian. HEX triplet: 3C, 79 and 60. RGB value is (60,121,96). Sum of RGB (Red+Green+Blue) = 60+121+96=277 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.66% from 277); Green value is 121 (47.66% from 255 or 43.68% from 277); Blue value is 96 (37.89% from 255 or 34.66% from 277); Max value from RGB is 121 - color contains mainly: green. Hex color #3C7960 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7960 is #C3869F. Grayscale: #636363. Windows color (decimal): -12813984 or 6322492. OLE color: 6322492.
HSL color Cylindrical-coordinate representation of color #3C7960: hue angle of 155.41º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3C7960 is Cyan = 0.50, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 60 | 121 | 96 | - |
| CMYK | 0.50 | 0 | 0.21 | 0.53 |
| HSL | 155.41º | 0.34% | 0.35% | - |
| HSV(B) | 155.41º | 0.5% | 0.47% | - |
| XYZ | 10.81 | 15.48 | 13.48 | - |
| YUV | 99.91 | 125.79 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 121 | 96 | 0.50 | 0 | 0.21 | 0.53 | 155.41 | 0.34 | 0.35 |
| Hex | 3C | 79 | 60 | 32 | 0 | 15 | 35 | 9B | 22 | 23 |
| Octal | 74 | 171 | 140 | 62 | 0 | 25 | 65 | 233 | 42 | 43 |
| Binary | 111100 | 1111001 | 1100000 | 110010 | 0 | 10101 | 110101 | 10011011 | 100010 | 100011 |
Color Harmonies of #3C7960
Complementary color
Monochromatic Colors of #3C7960
Black with #3C7960
Text Example
Text Example
White with #3C7960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7960; }
p { color: rgb(60,121,96); }
H1.HeaderClassName
{
color: #3C7960;
}
.AnyTagClassName
{
color: #3C7960;
}
</style>
background-color css
<style>
a { background-color: #3C7960; }
a { background-color: rgb(60,121,96); }
div.DivClassName
{
background-color: #3C7960;
}
.BgClassName
{
background-color: #3C7960;
}
</style>
border-color css
<style>
span { border-color: #3C7960; }
span { border-color: rgb(60,121,96); }
td.TdClassName
{
border-color: #3C7960;
}
.TagClassName
{
border-color: #3C7960;
}
</style>