Shades of Viridian #3C7866
Tints of Viridian #3C7866
RGB
CMYK
RGB Variations
Color information
#3C7866 (or 0x3C7866) is known color: Viridian. HEX triplet: 3C, 78 and 66. RGB value is (60,120,102). Sum of RGB (Red+Green+Blue) = 60+120+102=282 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.28% from 282); Green value is 120 (47.27% from 255 or 42.55% from 282); Blue value is 102 (40.23% from 255 or 36.17% from 282); Max value from RGB is 120 - color contains mainly: green. Hex color #3C7866 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7866 is #C38799. Grayscale: #646464. Windows color (decimal): -12814234 or 6715452. OLE color: 6715452.
HSL color Cylindrical-coordinate representation of color #3C7866: hue angle of 162º 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 #3C7866 is Cyan = 0.5, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 60 | 120 | 102 | - |
| CMYK | 0.5 | 0 | 0.15 | 0.53 |
| HSL | 162º | 0.33% | 0.35% | - |
| HSV(B) | 162º | 0.5% | 0.47% | - |
| XYZ | 10.98 | 15.35 | 14.96 | - |
| YUV | 100.01 | 129.12 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 120 | 102 | 0.5 | 0 | 0.15 | 0.53 | 162 | 0.33 | 0.35 |
| Hex | 3C | 78 | 66 | 32 | 0 | F | 35 | A2 | 21 | 23 |
| Octal | 74 | 170 | 146 | 62 | 0 | 17 | 65 | 242 | 41 | 43 |
| Binary | 111100 | 1111000 | 1100110 | 110010 | 0 | 1111 | 110101 | 10100010 | 100001 | 100011 |
Color Harmonies of #3C7866
Complementary color
Monochromatic Colors of #3C7866
Black with #3C7866
Text Example
Text Example
White with #3C7866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7866; }
p { color: rgb(60,120,102); }
H1.HeaderClassName
{
color: #3C7866;
}
.AnyTagClassName
{
color: #3C7866;
}
</style>
background-color css
<style>
a { background-color: #3C7866; }
a { background-color: rgb(60,120,102); }
div.DivClassName
{
background-color: #3C7866;
}
.BgClassName
{
background-color: #3C7866;
}
</style>
border-color css
<style>
span { border-color: #3C7866; }
span { border-color: rgb(60,120,102); }
td.TdClassName
{
border-color: #3C7866;
}
.TagClassName
{
border-color: #3C7866;
}
</style>