Shades of Viridian #3C9373
Tints of Viridian #3C9373
RGB
CMYK
RGB Variations
Color information
#3C9373 (or 0x3C9373) is known color: Viridian. HEX triplet: 3C, 93 and 73. RGB value is (60,147,115). Sum of RGB (Red+Green+Blue) = 60+147+115=322 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.63% from 322); Green value is 147 (57.81% from 255 or 45.65% from 322); Blue value is 115 (45.31% from 255 or 35.71% from 322); Max value from RGB is 147 - color contains mainly: green. Hex color #3C9373 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C9373 is #C36C8C. Grayscale: #757575. Windows color (decimal): -12807309 or 7574332. OLE color: 7574332.
HSL color Cylindrical-coordinate representation of color #3C9373: hue angle of 157.93º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3C9373 is Cyan = 0.59, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 60 | 147 | 115 | - |
| CMYK | 0.59 | 0 | 0.22 | 0.42 |
| HSL | 157.93º | 0.42% | 0.41% | - |
| HSV(B) | 157.93º | 0.59% | 0.58% | - |
| XYZ | 15.39 | 23.07 | 19.86 | - |
| YUV | 117.34 | 126.68 | 87.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 147 | 115 | 0.59 | 0 | 0.22 | 0.42 | 157.93 | 0.42 | 0.41 |
| Hex | 3C | 93 | 73 | 3B | 0 | 16 | 2A | 9E | 2A | 29 |
| Octal | 74 | 223 | 163 | 73 | 0 | 26 | 52 | 236 | 52 | 51 |
| Binary | 111100 | 10010011 | 1110011 | 111011 | 0 | 10110 | 101010 | 10011110 | 101010 | 101001 |
Color Harmonies of #3C9373
Complementary color
Monochromatic Colors of #3C9373
Black with #3C9373
Text Example
Text Example
White with #3C9373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C9373; }
p { color: rgb(60,147,115); }
H1.HeaderClassName
{
color: #3C9373;
}
.AnyTagClassName
{
color: #3C9373;
}
</style>
background-color css
<style>
a { background-color: #3C9373; }
a { background-color: rgb(60,147,115); }
div.DivClassName
{
background-color: #3C9373;
}
.BgClassName
{
background-color: #3C9373;
}
</style>
border-color css
<style>
span { border-color: #3C9373; }
span { border-color: rgb(60,147,115); }
td.TdClassName
{
border-color: #3C9373;
}
.TagClassName
{
border-color: #3C9373;
}
</style>