Shades of Viridian #3C8E73
Tints of Viridian #3C8E73
RGB
CMYK
RGB Variations
Color information
#3C8E73 (or 0x3C8E73) is known color: Viridian. HEX triplet: 3C, 8E and 73. RGB value is (60,142,115). Sum of RGB (Red+Green+Blue) = 60+142+115=317 (41% of max value = 765). Red value is 60 (23.83% from 255 or 18.93% from 317); Green value is 142 (55.86% from 255 or 44.79% from 317); Blue value is 115 (45.31% from 255 or 36.28% from 317); Max value from RGB is 142 - color contains mainly: green. Hex color #3C8E73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8E73 is #C3718C. Grayscale: #727272. Windows color (decimal): -12808589 or 7573052. OLE color: 7573052.
HSL color Cylindrical-coordinate representation of color #3C8E73: hue angle of 160.24º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3C8E73 is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 60 | 142 | 115 | - |
| CMYK | 0.58 | 0 | 0.19 | 0.44 |
| HSL | 160.24º | 0.41% | 0.4% | - |
| HSV(B) | 160.24º | 0.58% | 0.56% | - |
| XYZ | 14.63 | 21.54 | 19.61 | - |
| YUV | 114.4 | 128.33 | 89.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 142 | 115 | 0.58 | 0 | 0.19 | 0.44 | 160.24 | 0.41 | 0.4 |
| Hex | 3C | 8E | 73 | 3A | 0 | 13 | 2C | A0 | 29 | 28 |
| Octal | 74 | 216 | 163 | 72 | 0 | 23 | 54 | 240 | 51 | 50 |
| Binary | 111100 | 10001110 | 1110011 | 111010 | 0 | 10011 | 101100 | 10100000 | 101001 | 101000 |
Color Harmonies of #3C8E73
Complementary color
Monochromatic Colors of #3C8E73
Black with #3C8E73
Text Example
Text Example
White with #3C8E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8E73; }
p { color: rgb(60,142,115); }
H1.HeaderClassName
{
color: #3C8E73;
}
.AnyTagClassName
{
color: #3C8E73;
}
</style>
background-color css
<style>
a { background-color: #3C8E73; }
a { background-color: rgb(60,142,115); }
div.DivClassName
{
background-color: #3C8E73;
}
.BgClassName
{
background-color: #3C8E73;
}
</style>
border-color css
<style>
span { border-color: #3C8E73; }
span { border-color: rgb(60,142,115); }
td.TdClassName
{
border-color: #3C8E73;
}
.TagClassName
{
border-color: #3C8E73;
}
</style>