Shades of Viridian #3C846E
Tints of Viridian #3C846E
RGB
CMYK
RGB Variations
Color information
#3C846E (or 0x3C846E) is known color: Viridian. HEX triplet: 3C, 84 and 6E. RGB value is (60,132,110). Sum of RGB (Red+Green+Blue) = 60+132+110=302 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.87% from 302); Green value is 132 (51.95% from 255 or 43.71% from 302); Blue value is 110 (43.36% from 255 or 36.42% from 302); Max value from RGB is 132 - color contains mainly: green. Hex color #3C846E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C846E is #C37B91. Grayscale: #6B6B6B. Windows color (decimal): -12811154 or 7242812. OLE color: 7242812.
HSL color Cylindrical-coordinate representation of color #3C846E: hue angle of 161.67º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3C846E is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 60 | 132 | 110 | - |
| CMYK | 0.55 | 0 | 0.17 | 0.48 |
| HSL | 161.67º | 0.38% | 0.38% | - |
| HSV(B) | 161.67º | 0.55% | 0.52% | - |
| XYZ | 12.93 | 18.59 | 17.66 | - |
| YUV | 107.96 | 129.15 | 93.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 132 | 110 | 0.55 | 0 | 0.17 | 0.48 | 161.67 | 0.38 | 0.38 |
| Hex | 3C | 84 | 6E | 37 | 0 | 11 | 30 | A2 | 26 | 26 |
| Octal | 74 | 204 | 156 | 67 | 0 | 21 | 60 | 242 | 46 | 46 |
| Binary | 111100 | 10000100 | 1101110 | 110111 | 0 | 10001 | 110000 | 10100010 | 100110 | 100110 |
Color Harmonies of #3C846E
Complementary color
Monochromatic Colors of #3C846E
Black with #3C846E
Text Example
Text Example
White with #3C846E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C846E; }
p { color: rgb(60,132,110); }
H1.HeaderClassName
{
color: #3C846E;
}
.AnyTagClassName
{
color: #3C846E;
}
</style>
background-color css
<style>
a { background-color: #3C846E; }
a { background-color: rgb(60,132,110); }
div.DivClassName
{
background-color: #3C846E;
}
.BgClassName
{
background-color: #3C846E;
}
</style>
border-color css
<style>
span { border-color: #3C846E; }
span { border-color: rgb(60,132,110); }
td.TdClassName
{
border-color: #3C846E;
}
.TagClassName
{
border-color: #3C846E;
}
</style>