Shades of Viridian #3B9178
Tints of Viridian #3B9178
RGB
CMYK
RGB Variations
Color information
#3B9178 (or 0x3B9178) is known color: Viridian. HEX triplet: 3B, 91 and 78. RGB value is (59,145,120). Sum of RGB (Red+Green+Blue) = 59+145+120=324 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.21% from 324); Green value is 145 (57.03% from 255 or 44.75% from 324); Blue value is 120 (47.27% from 255 or 37.04% from 324); Max value from RGB is 145 - color contains mainly: green. Hex color #3B9178 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B9178 is #C46E87. Grayscale: #747474. Windows color (decimal): -12873352 or 7901499. OLE color: 7901499.
HSL color Cylindrical-coordinate representation of color #3B9178: hue angle of 162.56º degrees, saturation: 0.42, 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 #3B9178 is Cyan = 0.59, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 59 | 145 | 120 | - |
| CMYK | 0.59 | 0 | 0.17 | 0.43 |
| HSL | 162.56º | 0.42% | 0.4% | - |
| HSV(B) | 162.56º | 0.59% | 0.57% | - |
| XYZ | 15.32 | 22.54 | 21.31 | - |
| YUV | 116.44 | 130.01 | 87.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 145 | 120 | 0.59 | 0 | 0.17 | 0.43 | 162.56 | 0.42 | 0.4 |
| Hex | 3B | 91 | 78 | 3B | 0 | 11 | 2B | A3 | 2A | 28 |
| Octal | 73 | 221 | 170 | 73 | 0 | 21 | 53 | 243 | 52 | 50 |
| Binary | 111011 | 10010001 | 1111000 | 111011 | 0 | 10001 | 101011 | 10100011 | 101010 | 101000 |
Color Harmonies of #3B9178
Complementary color
Monochromatic Colors of #3B9178
Black with #3B9178
Text Example
Text Example
White with #3B9178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B9178; }
p { color: rgb(59,145,120); }
H1.HeaderClassName
{
color: #3B9178;
}
.AnyTagClassName
{
color: #3B9178;
}
</style>
background-color css
<style>
a { background-color: #3B9178; }
a { background-color: rgb(59,145,120); }
div.DivClassName
{
background-color: #3B9178;
}
.BgClassName
{
background-color: #3B9178;
}
</style>
border-color css
<style>
span { border-color: #3B9178; }
span { border-color: rgb(59,145,120); }
td.TdClassName
{
border-color: #3B9178;
}
.TagClassName
{
border-color: #3B9178;
}
</style>