Shades of Viridian #3C8676
Tints of Viridian #3C8676
RGB
CMYK
RGB Variations
Color information
#3C8676 (or 0x3C8676) is known color: Viridian. HEX triplet: 3C, 86 and 76. RGB value is (60,134,118). Sum of RGB (Red+Green+Blue) = 60+134+118=312 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.23% from 312); Green value is 134 (52.73% from 255 or 42.95% from 312); Blue value is 118 (46.48% from 255 or 37.82% from 312); Max value from RGB is 134 - color contains mainly: green. Hex color #3C8676 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8676 is #C37989. Grayscale: #6E6E6E. Windows color (decimal): -12810634 or 7767612. OLE color: 7767612.
HSL color Cylindrical-coordinate representation of color #3C8676: hue angle of 167.03º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3C8676 is Cyan = 0.55, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 60 | 134 | 118 | - |
| CMYK | 0.55 | 0 | 0.12 | 0.47 |
| HSL | 167.03º | 0.38% | 0.38% | - |
| HSV(B) | 167.03º | 0.55% | 0.53% | - |
| XYZ | 13.66 | 19.32 | 20.15 | - |
| YUV | 110.05 | 132.48 | 92.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 134 | 118 | 0.55 | 0 | 0.12 | 0.47 | 167.03 | 0.38 | 0.38 |
| Hex | 3C | 86 | 76 | 37 | 0 | C | 2F | A7 | 26 | 26 |
| Octal | 74 | 206 | 166 | 67 | 0 | 14 | 57 | 247 | 46 | 46 |
| Binary | 111100 | 10000110 | 1110110 | 110111 | 0 | 1100 | 101111 | 10100111 | 100110 | 100110 |
Color Harmonies of #3C8676
Complementary color
Monochromatic Colors of #3C8676
Black with #3C8676
Text Example
Text Example
White with #3C8676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8676; }
p { color: rgb(60,134,118); }
H1.HeaderClassName
{
color: #3C8676;
}
.AnyTagClassName
{
color: #3C8676;
}
</style>
background-color css
<style>
a { background-color: #3C8676; }
a { background-color: rgb(60,134,118); }
div.DivClassName
{
background-color: #3C8676;
}
.BgClassName
{
background-color: #3C8676;
}
</style>
border-color css
<style>
span { border-color: #3C8676; }
span { border-color: rgb(60,134,118); }
td.TdClassName
{
border-color: #3C8676;
}
.TagClassName
{
border-color: #3C8676;
}
</style>