Shades of Viridian #3C7660
Tints of Viridian #3C7660
RGB
CMYK
RGB Variations
Color information
#3C7660 (or 0x3C7660) is known color: Viridian. HEX triplet: 3C, 76 and 60. RGB value is (60,118,96). Sum of RGB (Red+Green+Blue) = 60+118+96=274 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.90% from 274); Green value is 118 (46.48% from 255 or 43.07% from 274); Blue value is 96 (37.89% from 255 or 35.04% from 274); Max value from RGB is 118 - color contains mainly: green. Hex color #3C7660 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7660 is #C3899F. Grayscale: #626262. Windows color (decimal): -12814752 or 6321724. OLE color: 6321724.
HSL color Cylindrical-coordinate representation of color #3C7660: hue angle of 157.24º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3C7660 is Cyan = 0.49, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 60 | 118 | 96 | - |
| CMYK | 0.49 | 0 | 0.19 | 0.54 |
| HSL | 157.24º | 0.33% | 0.35% | - |
| HSV(B) | 157.24º | 0.49% | 0.46% | - |
| XYZ | 10.45 | 14.76 | 13.36 | - |
| YUV | 98.15 | 126.78 | 100.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 118 | 96 | 0.49 | 0 | 0.19 | 0.54 | 157.24 | 0.33 | 0.35 |
| Hex | 3C | 76 | 60 | 31 | 0 | 13 | 36 | 9D | 21 | 23 |
| Octal | 74 | 166 | 140 | 61 | 0 | 23 | 66 | 235 | 41 | 43 |
| Binary | 111100 | 1110110 | 1100000 | 110001 | 0 | 10011 | 110110 | 10011101 | 100001 | 100011 |
Color Harmonies of #3C7660
Complementary color
Monochromatic Colors of #3C7660
Black with #3C7660
Text Example
Text Example
White with #3C7660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7660; }
p { color: rgb(60,118,96); }
H1.HeaderClassName
{
color: #3C7660;
}
.AnyTagClassName
{
color: #3C7660;
}
</style>
background-color css
<style>
a { background-color: #3C7660; }
a { background-color: rgb(60,118,96); }
div.DivClassName
{
background-color: #3C7660;
}
.BgClassName
{
background-color: #3C7660;
}
</style>
border-color css
<style>
span { border-color: #3C7660; }
span { border-color: rgb(60,118,96); }
td.TdClassName
{
border-color: #3C7660;
}
.TagClassName
{
border-color: #3C7660;
}
</style>