Shades of Viridian #3C7C66
Tints of Viridian #3C7C66
RGB
CMYK
RGB Variations
Color information
#3C7C66 (or 0x3C7C66) is known color: Viridian. HEX triplet: 3C, 7C and 66. RGB value is (60,124,102). Sum of RGB (Red+Green+Blue) = 60+124+102=286 (37% of max value = 765). Red value is 60 (23.83% from 255 or 20.98% from 286); Green value is 124 (48.83% from 255 or 43.36% from 286); Blue value is 102 (40.23% from 255 or 35.66% from 286); Max value from RGB is 124 - color contains mainly: green. Hex color #3C7C66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7C66 is #C38399. Grayscale: #666666. Windows color (decimal): -12813210 or 6716476. OLE color: 6716476.
HSL color Cylindrical-coordinate representation of color #3C7C66: hue angle of 159.38º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3C7C66 is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 60 | 124 | 102 | - |
| CMYK | 0.52 | 0 | 0.18 | 0.51 |
| HSL | 159.38º | 0.35% | 0.36% | - |
| HSV(B) | 159.38º | 0.52% | 0.49% | - |
| XYZ | 11.47 | 16.34 | 15.12 | - |
| YUV | 102.36 | 127.8 | 97.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 124 | 102 | 0.52 | 0 | 0.18 | 0.51 | 159.38 | 0.35 | 0.36 |
| Hex | 3C | 7C | 66 | 34 | 0 | 12 | 33 | 9F | 23 | 24 |
| Octal | 74 | 174 | 146 | 64 | 0 | 22 | 63 | 237 | 43 | 44 |
| Binary | 111100 | 1111100 | 1100110 | 110100 | 0 | 10010 | 110011 | 10011111 | 100011 | 100100 |
Color Harmonies of #3C7C66
Complementary color
Monochromatic Colors of #3C7C66
Black with #3C7C66
Text Example
Text Example
White with #3C7C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7C66; }
p { color: rgb(60,124,102); }
H1.HeaderClassName
{
color: #3C7C66;
}
.AnyTagClassName
{
color: #3C7C66;
}
</style>
background-color css
<style>
a { background-color: #3C7C66; }
a { background-color: rgb(60,124,102); }
div.DivClassName
{
background-color: #3C7C66;
}
.BgClassName
{
background-color: #3C7C66;
}
</style>
border-color css
<style>
span { border-color: #3C7C66; }
span { border-color: rgb(60,124,102); }
td.TdClassName
{
border-color: #3C7C66;
}
.TagClassName
{
border-color: #3C7C66;
}
</style>