Shades of Viridian #3C9673
Tints of Viridian #3C9673
RGB
CMYK
RGB Variations
Color information
#3C9673 (or 0x3C9673) is known color: Viridian. HEX triplet: 3C, 96 and 73. RGB value is (60,150,115). Sum of RGB (Red+Green+Blue) = 60+150+115=325 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.46% from 325); Green value is 150 (58.98% from 255 or 46.15% from 325); Blue value is 115 (45.31% from 255 or 35.38% from 325); Max value from RGB is 150 - color contains mainly: green. Hex color #3C9673 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C9673 is #C3698C. Grayscale: #777777. Windows color (decimal): -12806541 or 7575100. OLE color: 7575100.
HSL color Cylindrical-coordinate representation of color #3C9673: hue angle of 156.67º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3C9673 is Cyan = 0.6, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 60 | 150 | 115 | - |
| CMYK | 0.6 | 0 | 0.23 | 0.41 |
| HSL | 156.67º | 0.43% | 0.41% | - |
| HSV(B) | 156.67º | 0.6% | 0.59% | - |
| XYZ | 15.86 | 24.01 | 20.02 | - |
| YUV | 119.1 | 125.68 | 85.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 150 | 115 | 0.6 | 0 | 0.23 | 0.41 | 156.67 | 0.43 | 0.41 |
| Hex | 3C | 96 | 73 | 3C | 0 | 17 | 29 | 9D | 2B | 29 |
| Octal | 74 | 226 | 163 | 74 | 0 | 27 | 51 | 235 | 53 | 51 |
| Binary | 111100 | 10010110 | 1110011 | 111100 | 0 | 10111 | 101001 | 10011101 | 101011 | 101001 |
Color Harmonies of #3C9673
Complementary color
Monochromatic Colors of #3C9673
Black with #3C9673
Text Example
Text Example
White with #3C9673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C9673; }
p { color: rgb(60,150,115); }
H1.HeaderClassName
{
color: #3C9673;
}
.AnyTagClassName
{
color: #3C9673;
}
</style>
background-color css
<style>
a { background-color: #3C9673; }
a { background-color: rgb(60,150,115); }
div.DivClassName
{
background-color: #3C9673;
}
.BgClassName
{
background-color: #3C9673;
}
</style>
border-color css
<style>
span { border-color: #3C9673; }
span { border-color: rgb(60,150,115); }
td.TdClassName
{
border-color: #3C9673;
}
.TagClassName
{
border-color: #3C9673;
}
</style>