Shades of Viridian #3C7662
Tints of Viridian #3C7662
RGB
CMYK
RGB Variations
Color information
#3C7662 (or 0x3C7662) is known color: Viridian. HEX triplet: 3C, 76 and 62. RGB value is (60,118,98). Sum of RGB (Red+Green+Blue) = 60+118+98=276 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.74% from 276); Green value is 118 (46.48% from 255 or 42.75% from 276); Blue value is 98 (38.67% from 255 or 35.51% from 276); Max value from RGB is 118 - color contains mainly: green. Hex color #3C7662 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7662 is #C3899D. Grayscale: #626262. Windows color (decimal): -12814750 or 6452796. OLE color: 6452796.
HSL color Cylindrical-coordinate representation of color #3C7662: hue angle of 159.31º 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 #3C7662 is Cyan = 0.49, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 60 | 118 | 98 | - |
| CMYK | 0.49 | 0 | 0.17 | 0.54 |
| HSL | 159.31º | 0.33% | 0.35% | - |
| HSV(B) | 159.31º | 0.49% | 0.46% | - |
| XYZ | 10.55 | 14.8 | 13.86 | - |
| YUV | 98.38 | 127.78 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 118 | 98 | 0.49 | 0 | 0.17 | 0.54 | 159.31 | 0.33 | 0.35 |
| Hex | 3C | 76 | 62 | 31 | 0 | 11 | 36 | 9F | 21 | 23 |
| Octal | 74 | 166 | 142 | 61 | 0 | 21 | 66 | 237 | 41 | 43 |
| Binary | 111100 | 1110110 | 1100010 | 110001 | 0 | 10001 | 110110 | 10011111 | 100001 | 100011 |
Color Harmonies of #3C7662
Complementary color
Monochromatic Colors of #3C7662
Black with #3C7662
Text Example
Text Example
White with #3C7662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7662; }
p { color: rgb(60,118,98); }
H1.HeaderClassName
{
color: #3C7662;
}
.AnyTagClassName
{
color: #3C7662;
}
</style>
background-color css
<style>
a { background-color: #3C7662; }
a { background-color: rgb(60,118,98); }
div.DivClassName
{
background-color: #3C7662;
}
.BgClassName
{
background-color: #3C7662;
}
</style>
border-color css
<style>
span { border-color: #3C7662; }
span { border-color: rgb(60,118,98); }
td.TdClassName
{
border-color: #3C7662;
}
.TagClassName
{
border-color: #3C7662;
}
</style>