Shades of Viridian #3C916F
Tints of Viridian #3C916F
RGB
CMYK
RGB Variations
Color information
#3C916F (or 0x3C916F) is known color: Viridian. HEX triplet: 3C, 91 and 6F. RGB value is (60,145,111). Sum of RGB (Red+Green+Blue) = 60+145+111=316 (41% of max value = 765). Red value is 60 (23.83% from 255 or 18.99% from 316); Green value is 145 (57.03% from 255 or 45.89% from 316); Blue value is 111 (43.75% from 255 or 35.13% from 316); Max value from RGB is 145 - color contains mainly: green. Hex color #3C916F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C916F is #C36E90. Grayscale: #737373. Windows color (decimal): -12807825 or 7311676. OLE color: 7311676.
HSL color Cylindrical-coordinate representation of color #3C916F: hue angle of 156º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3C916F is Cyan = 0.59, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 60 | 145 | 111 | - |
| CMYK | 0.59 | 0 | 0.23 | 0.43 |
| HSL | 156º | 0.41% | 0.4% | - |
| HSV(B) | 156º | 0.59% | 0.57% | - |
| XYZ | 14.86 | 22.36 | 18.57 | - |
| YUV | 115.71 | 125.34 | 88.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 145 | 111 | 0.59 | 0 | 0.23 | 0.43 | 156 | 0.41 | 0.4 |
| Hex | 3C | 91 | 6F | 3B | 0 | 17 | 2B | 9C | 29 | 28 |
| Octal | 74 | 221 | 157 | 73 | 0 | 27 | 53 | 234 | 51 | 50 |
| Binary | 111100 | 10010001 | 1101111 | 111011 | 0 | 10111 | 101011 | 10011100 | 101001 | 101000 |
Color Harmonies of #3C916F
Complementary color
Monochromatic Colors of #3C916F
Black with #3C916F
Text Example
Text Example
White with #3C916F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C916F; }
p { color: rgb(60,145,111); }
H1.HeaderClassName
{
color: #3C916F;
}
.AnyTagClassName
{
color: #3C916F;
}
</style>
background-color css
<style>
a { background-color: #3C916F; }
a { background-color: rgb(60,145,111); }
div.DivClassName
{
background-color: #3C916F;
}
.BgClassName
{
background-color: #3C916F;
}
</style>
border-color css
<style>
span { border-color: #3C916F; }
span { border-color: rgb(60,145,111); }
td.TdClassName
{
border-color: #3C916F;
}
.TagClassName
{
border-color: #3C916F;
}
</style>