Shades of Viridian #3C7962
Tints of Viridian #3C7962
RGB
CMYK
RGB Variations
Color information
#3C7962 (or 0x3C7962) is known color: Viridian. HEX triplet: 3C, 79 and 62. RGB value is (60,121,98). Sum of RGB (Red+Green+Blue) = 60+121+98=279 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.51% from 279); Green value is 121 (47.66% from 255 or 43.37% from 279); Blue value is 98 (38.67% from 255 or 35.13% from 279); Max value from RGB is 121 - color contains mainly: green. Hex color #3C7962 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7962 is #C3869D. Grayscale: #646464. Windows color (decimal): -12813982 or 6453564. OLE color: 6453564.
HSL color Cylindrical-coordinate representation of color #3C7962: hue angle of 157.38º 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 #3C7962 is Cyan = 0.50, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 60 | 121 | 98 | - |
| CMYK | 0.50 | 0 | 0.19 | 0.53 |
| HSL | 157.38º | 0.34% | 0.35% | - |
| HSV(B) | 157.38º | 0.5% | 0.47% | - |
| XYZ | 10.91 | 15.52 | 13.98 | - |
| YUV | 100.14 | 126.79 | 99.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 121 | 98 | 0.50 | 0 | 0.19 | 0.53 | 157.38 | 0.34 | 0.35 |
| Hex | 3C | 79 | 62 | 32 | 0 | 13 | 35 | 9D | 22 | 23 |
| Octal | 74 | 171 | 142 | 62 | 0 | 23 | 65 | 235 | 42 | 43 |
| Binary | 111100 | 1111001 | 1100010 | 110010 | 0 | 10011 | 110101 | 10011101 | 100010 | 100011 |
Color Harmonies of #3C7962
Complementary color
Monochromatic Colors of #3C7962
Black with #3C7962
Text Example
Text Example
White with #3C7962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7962; }
p { color: rgb(60,121,98); }
H1.HeaderClassName
{
color: #3C7962;
}
.AnyTagClassName
{
color: #3C7962;
}
</style>
background-color css
<style>
a { background-color: #3C7962; }
a { background-color: rgb(60,121,98); }
div.DivClassName
{
background-color: #3C7962;
}
.BgClassName
{
background-color: #3C7962;
}
</style>
border-color css
<style>
span { border-color: #3C7962; }
span { border-color: rgb(60,121,98); }
td.TdClassName
{
border-color: #3C7962;
}
.TagClassName
{
border-color: #3C7962;
}
</style>