Shades of Viridian #3B9172
Tints of Viridian #3B9172
RGB
CMYK
RGB Variations
Color information
#3B9172 (or 0x3B9172) is known color: Viridian. HEX triplet: 3B, 91 and 72. RGB value is (59,145,114). Sum of RGB (Red+Green+Blue) = 59+145+114=318 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.55% from 318); Green value is 145 (57.03% from 255 or 45.60% from 318); Blue value is 114 (44.92% from 255 or 35.85% from 318); Max value from RGB is 145 - color contains mainly: green. Hex color #3B9172 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B9172 is #C46E8D. Grayscale: #737373. Windows color (decimal): -12873358 or 7508283. OLE color: 7508283.
HSL color Cylindrical-coordinate representation of color #3B9172: hue angle of 158.37º 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 #3B9172 is Cyan = 0.59, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 59 | 145 | 114 | - |
| CMYK | 0.59 | 0 | 0.21 | 0.43 |
| HSL | 158.37º | 0.42% | 0.4% | - |
| HSV(B) | 158.37º | 0.59% | 0.57% | - |
| XYZ | 14.97 | 22.4 | 19.45 | - |
| YUV | 115.75 | 127.01 | 87.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 145 | 114 | 0.59 | 0 | 0.21 | 0.43 | 158.37 | 0.42 | 0.4 |
| Hex | 3B | 91 | 72 | 3B | 0 | 15 | 2B | 9E | 2A | 28 |
| Octal | 73 | 221 | 162 | 73 | 0 | 25 | 53 | 236 | 52 | 50 |
| Binary | 111011 | 10010001 | 1110010 | 111011 | 0 | 10101 | 101011 | 10011110 | 101010 | 101000 |
Color Harmonies of #3B9172
Complementary color
Monochromatic Colors of #3B9172
Black with #3B9172
Text Example
Text Example
White with #3B9172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B9172; }
p { color: rgb(59,145,114); }
H1.HeaderClassName
{
color: #3B9172;
}
.AnyTagClassName
{
color: #3B9172;
}
</style>
background-color css
<style>
a { background-color: #3B9172; }
a { background-color: rgb(59,145,114); }
div.DivClassName
{
background-color: #3B9172;
}
.BgClassName
{
background-color: #3B9172;
}
</style>
border-color css
<style>
span { border-color: #3B9172; }
span { border-color: rgb(59,145,114); }
td.TdClassName
{
border-color: #3B9172;
}
.TagClassName
{
border-color: #3B9172;
}
</style>