Shades of Viridian #3C846A
Tints of Viridian #3C846A
RGB
CMYK
RGB Variations
Color information
#3C846A (or 0x3C846A) is known color: Viridian. HEX triplet: 3C, 84 and 6A. RGB value is (60,132,106). Sum of RGB (Red+Green+Blue) = 60+132+106=298 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.13% from 298); Green value is 132 (51.95% from 255 or 44.30% from 298); Blue value is 106 (41.80% from 255 or 35.57% from 298); Max value from RGB is 132 - color contains mainly: green. Hex color #3C846A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C846A is #C37B95. Grayscale: #6B6B6B. Windows color (decimal): -12811158 or 6980668. OLE color: 6980668.
HSL color Cylindrical-coordinate representation of color #3C846A: hue angle of 158.33º 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 #3C846A is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 60 | 132 | 106 | - |
| CMYK | 0.55 | 0 | 0.20 | 0.48 |
| HSL | 158.33º | 0.38% | 0.38% | - |
| HSV(B) | 158.33º | 0.55% | 0.52% | - |
| XYZ | 12.72 | 18.5 | 16.54 | - |
| YUV | 107.51 | 127.15 | 94.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 132 | 106 | 0.55 | 0 | 0.20 | 0.48 | 158.33 | 0.38 | 0.38 |
| Hex | 3C | 84 | 6A | 37 | 0 | 14 | 30 | 9E | 26 | 26 |
| Octal | 74 | 204 | 152 | 67 | 0 | 24 | 60 | 236 | 46 | 46 |
| Binary | 111100 | 10000100 | 1101010 | 110111 | 0 | 10100 | 110000 | 10011110 | 100110 | 100110 |
Color Harmonies of #3C846A
Complementary color
Monochromatic Colors of #3C846A
Black with #3C846A
Text Example
Text Example
White with #3C846A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C846A; }
p { color: rgb(60,132,106); }
H1.HeaderClassName
{
color: #3C846A;
}
.AnyTagClassName
{
color: #3C846A;
}
</style>
background-color css
<style>
a { background-color: #3C846A; }
a { background-color: rgb(60,132,106); }
div.DivClassName
{
background-color: #3C846A;
}
.BgClassName
{
background-color: #3C846A;
}
</style>
border-color css
<style>
span { border-color: #3C846A; }
span { border-color: rgb(60,132,106); }
td.TdClassName
{
border-color: #3C846A;
}
.TagClassName
{
border-color: #3C846A;
}
</style>