Shades of Viridian #3C806D
Tints of Viridian #3C806D
RGB
CMYK
RGB Variations
Color information
#3C806D (or 0x3C806D) is known color: Viridian. HEX triplet: 3C, 80 and 6D. RGB value is (60,128,109). Sum of RGB (Red+Green+Blue) = 60+128+109=297 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.20% from 297); Green value is 128 (50.39% from 255 or 43.10% from 297); Blue value is 109 (42.97% from 255 or 36.70% from 297); Max value from RGB is 128 - color contains mainly: green. Hex color #3C806D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C806D is #C37F92. Grayscale: #696969. Windows color (decimal): -12812179 or 7176252. OLE color: 7176252.
HSL color Cylindrical-coordinate representation of color #3C806D: hue angle of 163.24º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3C806D is Cyan = 0.53, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 60 | 128 | 109 | - |
| CMYK | 0.53 | 0 | 0.15 | 0.50 |
| HSL | 163.24º | 0.36% | 0.37% | - |
| HSV(B) | 163.24º | 0.53% | 0.5% | - |
| XYZ | 12.34 | 17.5 | 17.2 | - |
| YUV | 105.5 | 129.97 | 95.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 128 | 109 | 0.53 | 0 | 0.15 | 0.50 | 163.24 | 0.36 | 0.37 |
| Hex | 3C | 80 | 6D | 35 | 0 | F | 32 | A3 | 24 | 25 |
| Octal | 74 | 200 | 155 | 65 | 0 | 17 | 62 | 243 | 44 | 45 |
| Binary | 111100 | 10000000 | 1101101 | 110101 | 0 | 1111 | 110010 | 10100011 | 100100 | 100101 |
Color Harmonies of #3C806D
Complementary color
Monochromatic Colors of #3C806D
Black with #3C806D
Text Example
Text Example
White with #3C806D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C806D; }
p { color: rgb(60,128,109); }
H1.HeaderClassName
{
color: #3C806D;
}
.AnyTagClassName
{
color: #3C806D;
}
</style>
background-color css
<style>
a { background-color: #3C806D; }
a { background-color: rgb(60,128,109); }
div.DivClassName
{
background-color: #3C806D;
}
.BgClassName
{
background-color: #3C806D;
}
</style>
border-color css
<style>
span { border-color: #3C806D; }
span { border-color: rgb(60,128,109); }
td.TdClassName
{
border-color: #3C806D;
}
.TagClassName
{
border-color: #3C806D;
}
</style>