Shades of Viridian #3C9178
Tints of Viridian #3C9178
RGB
CMYK
RGB Variations
Color information
#3C9178 (or 0x3C9178) is known color: Viridian. HEX triplet: 3C, 91 and 78. RGB value is (60,145,120). Sum of RGB (Red+Green+Blue) = 60+145+120=325 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.46% from 325); Green value is 145 (57.03% from 255 or 44.62% from 325); Blue value is 120 (47.27% from 255 or 36.92% from 325); Max value from RGB is 145 - color contains mainly: green. Hex color #3C9178 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C9178 is #C36E87. Grayscale: #747474. Windows color (decimal): -12807816 or 7901500. OLE color: 7901500.
HSL color Cylindrical-coordinate representation of color #3C9178: hue angle of 162.35º 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 #3C9178 is Cyan = 0.59, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 60 | 145 | 120 | - |
| CMYK | 0.59 | 0 | 0.17 | 0.43 |
| HSL | 162.35º | 0.41% | 0.4% | - |
| HSV(B) | 162.35º | 0.59% | 0.57% | - |
| XYZ | 15.38 | 22.57 | 21.31 | - |
| YUV | 116.74 | 129.84 | 87.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 145 | 120 | 0.59 | 0 | 0.17 | 0.43 | 162.35 | 0.41 | 0.4 |
| Hex | 3C | 91 | 78 | 3B | 0 | 11 | 2B | A2 | 29 | 28 |
| Octal | 74 | 221 | 170 | 73 | 0 | 21 | 53 | 242 | 51 | 50 |
| Binary | 111100 | 10010001 | 1111000 | 111011 | 0 | 10001 | 101011 | 10100010 | 101001 | 101000 |
Color Harmonies of #3C9178
Complementary color
Monochromatic Colors of #3C9178
Black with #3C9178
Text Example
Text Example
White with #3C9178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C9178; }
p { color: rgb(60,145,120); }
H1.HeaderClassName
{
color: #3C9178;
}
.AnyTagClassName
{
color: #3C9178;
}
</style>
background-color css
<style>
a { background-color: #3C9178; }
a { background-color: rgb(60,145,120); }
div.DivClassName
{
background-color: #3C9178;
}
.BgClassName
{
background-color: #3C9178;
}
</style>
border-color css
<style>
span { border-color: #3C9178; }
span { border-color: rgb(60,145,120); }
td.TdClassName
{
border-color: #3C9178;
}
.TagClassName
{
border-color: #3C9178;
}
</style>