Shades of Viridian #3A9171
Tints of Viridian #3A9171
RGB
CMYK
RGB Variations
Color information
#3A9171 (or 0x3A9171) is known color: Viridian. HEX triplet: 3A, 91 and 71. RGB value is (58,145,113). Sum of RGB (Red+Green+Blue) = 58+145+113=316 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.35% from 316); Green value is 145 (57.03% from 255 or 45.89% from 316); Blue value is 113 (44.53% from 255 or 35.76% from 316); Max value from RGB is 145 - color contains mainly: green. Hex color #3A9171 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A9171 is #C56E8E. Grayscale: #737373. Windows color (decimal): -12938895 or 7442746. OLE color: 7442746.
HSL color Cylindrical-coordinate representation of color #3A9171: hue angle of 157.93º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A9171 is Cyan = 0.6, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 58 | 145 | 113 | - |
| CMYK | 0.6 | 0 | 0.22 | 0.43 |
| HSL | 157.93º | 0.43% | 0.4% | - |
| HSV(B) | 157.93º | 0.6% | 0.57% | - |
| XYZ | 14.85 | 22.34 | 19.15 | - |
| YUV | 115.34 | 126.68 | 87.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 145 | 113 | 0.6 | 0 | 0.22 | 0.43 | 157.93 | 0.43 | 0.4 |
| Hex | 3A | 91 | 71 | 3C | 0 | 16 | 2B | 9E | 2B | 28 |
| Octal | 72 | 221 | 161 | 74 | 0 | 26 | 53 | 236 | 53 | 50 |
| Binary | 111010 | 10010001 | 1110001 | 111100 | 0 | 10110 | 101011 | 10011110 | 101011 | 101000 |
Color Harmonies of #3A9171
Complementary color
Monochromatic Colors of #3A9171
Black with #3A9171
Text Example
Text Example
White with #3A9171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A9171; }
p { color: rgb(58,145,113); }
H1.HeaderClassName
{
color: #3A9171;
}
.AnyTagClassName
{
color: #3A9171;
}
</style>
background-color css
<style>
a { background-color: #3A9171; }
a { background-color: rgb(58,145,113); }
div.DivClassName
{
background-color: #3A9171;
}
.BgClassName
{
background-color: #3A9171;
}
</style>
border-color css
<style>
span { border-color: #3A9171; }
span { border-color: rgb(58,145,113); }
td.TdClassName
{
border-color: #3A9171;
}
.TagClassName
{
border-color: #3A9171;
}
</style>