Shades of Viridian #3C846C
Tints of Viridian #3C846C
RGB
CMYK
RGB Variations
Color information
#3C846C (or 0x3C846C) is known color: Viridian. HEX triplet: 3C, 84 and 6C. RGB value is (60,132,108). Sum of RGB (Red+Green+Blue) = 60+132+108=300 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20% from 300); Green value is 132 (51.95% from 255 or 44% from 300); Blue value is 108 (42.58% from 255 or 36% from 300); Max value from RGB is 132 - color contains mainly: green. Hex color #3C846C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C846C is #C37B93. Grayscale: #6B6B6B. Windows color (decimal): -12811156 or 7111740. OLE color: 7111740.
HSL color Cylindrical-coordinate representation of color #3C846C: hue angle of 160º 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 #3C846C is Cyan = 0.55, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 60 | 132 | 108 | - |
| CMYK | 0.55 | 0 | 0.18 | 0.48 |
| HSL | 160º | 0.38% | 0.38% | - |
| HSV(B) | 160º | 0.55% | 0.52% | - |
| XYZ | 12.82 | 18.55 | 17.09 | - |
| YUV | 107.74 | 128.15 | 93.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 132 | 108 | 0.55 | 0 | 0.18 | 0.48 | 160 | 0.38 | 0.38 |
| Hex | 3C | 84 | 6C | 37 | 0 | 12 | 30 | A0 | 26 | 26 |
| Octal | 74 | 204 | 154 | 67 | 0 | 22 | 60 | 240 | 46 | 46 |
| Binary | 111100 | 10000100 | 1101100 | 110111 | 0 | 10010 | 110000 | 10100000 | 100110 | 100110 |
Color Harmonies of #3C846C
Complementary color
Monochromatic Colors of #3C846C
Black with #3C846C
Text Example
Text Example
White with #3C846C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C846C; }
p { color: rgb(60,132,108); }
H1.HeaderClassName
{
color: #3C846C;
}
.AnyTagClassName
{
color: #3C846C;
}
</style>
background-color css
<style>
a { background-color: #3C846C; }
a { background-color: rgb(60,132,108); }
div.DivClassName
{
background-color: #3C846C;
}
.BgClassName
{
background-color: #3C846C;
}
</style>
border-color css
<style>
span { border-color: #3C846C; }
span { border-color: rgb(60,132,108); }
td.TdClassName
{
border-color: #3C846C;
}
.TagClassName
{
border-color: #3C846C;
}
</style>