Shades of Viridian #3C7860
Tints of Viridian #3C7860
RGB
CMYK
RGB Variations
Color information
#3C7860 (or 0x3C7860) is known color: Viridian. HEX triplet: 3C, 78 and 60. RGB value is (60,120,96). Sum of RGB (Red+Green+Blue) = 60+120+96=276 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.74% from 276); Green value is 120 (47.27% from 255 or 43.48% from 276); Blue value is 96 (37.89% from 255 or 34.78% from 276); Max value from RGB is 120 - color contains mainly: green. Hex color #3C7860 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7860 is #C3879F. Grayscale: #636363. Windows color (decimal): -12814240 or 6322236. OLE color: 6322236.
HSL color Cylindrical-coordinate representation of color #3C7860: hue angle of 156º degrees, saturation: 0.33, 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 #3C7860 is Cyan = 0.5, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 60 | 120 | 96 | - |
| CMYK | 0.5 | 0 | 0.2 | 0.53 |
| HSL | 156º | 0.33% | 0.35% | - |
| HSV(B) | 156º | 0.5% | 0.47% | - |
| XYZ | 10.69 | 15.24 | 13.44 | - |
| YUV | 99.32 | 126.12 | 99.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 120 | 96 | 0.5 | 0 | 0.2 | 0.53 | 156 | 0.33 | 0.35 |
| Hex | 3C | 78 | 60 | 32 | 0 | 14 | 35 | 9C | 21 | 23 |
| Octal | 74 | 170 | 140 | 62 | 0 | 24 | 65 | 234 | 41 | 43 |
| Binary | 111100 | 1111000 | 1100000 | 110010 | 0 | 10100 | 110101 | 10011100 | 100001 | 100011 |
Color Harmonies of #3C7860
Complementary color
Monochromatic Colors of #3C7860
Black with #3C7860
Text Example
Text Example
White with #3C7860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7860; }
p { color: rgb(60,120,96); }
H1.HeaderClassName
{
color: #3C7860;
}
.AnyTagClassName
{
color: #3C7860;
}
</style>
background-color css
<style>
a { background-color: #3C7860; }
a { background-color: rgb(60,120,96); }
div.DivClassName
{
background-color: #3C7860;
}
.BgClassName
{
background-color: #3C7860;
}
</style>
border-color css
<style>
span { border-color: #3C7860; }
span { border-color: rgb(60,120,96); }
td.TdClassName
{
border-color: #3C7860;
}
.TagClassName
{
border-color: #3C7860;
}
</style>