Shades of Viridian #3A9471
Tints of Viridian #3A9471
RGB
CMYK
RGB Variations
Color information
#3A9471 (or 0x3A9471) is known color: Viridian. HEX triplet: 3A, 94 and 71. RGB value is (58,148,113). Sum of RGB (Red+Green+Blue) = 58+148+113=319 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.18% from 319); Green value is 148 (58.20% from 255 or 46.39% from 319); Blue value is 113 (44.53% from 255 or 35.42% from 319); Max value from RGB is 148 - color contains mainly: green. Hex color #3A9471 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A9471 is #C56B8E. Grayscale: #757575. Windows color (decimal): -12938127 or 7443514. OLE color: 7443514.
HSL color Cylindrical-coordinate representation of color #3A9471: hue angle of 156.67º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A9471 is Cyan = 0.61, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 58 | 148 | 113 | - |
| CMYK | 0.61 | 0 | 0.24 | 0.42 |
| HSL | 156.67º | 0.44% | 0.4% | - |
| HSV(B) | 156.67º | 0.61% | 0.58% | - |
| XYZ | 15.32 | 23.27 | 19.31 | - |
| YUV | 117.1 | 125.68 | 85.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 148 | 113 | 0.61 | 0 | 0.24 | 0.42 | 156.67 | 0.44 | 0.4 |
| Hex | 3A | 94 | 71 | 3D | 0 | 18 | 2A | 9D | 2C | 28 |
| Octal | 72 | 224 | 161 | 75 | 0 | 30 | 52 | 235 | 54 | 50 |
| Binary | 111010 | 10010100 | 1110001 | 111101 | 0 | 11000 | 101010 | 10011101 | 101100 | 101000 |
Color Harmonies of #3A9471
Complementary color
Monochromatic Colors of #3A9471
Black with #3A9471
Text Example
Text Example
White with #3A9471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A9471; }
p { color: rgb(58,148,113); }
H1.HeaderClassName
{
color: #3A9471;
}
.AnyTagClassName
{
color: #3A9471;
}
</style>
background-color css
<style>
a { background-color: #3A9471; }
a { background-color: rgb(58,148,113); }
div.DivClassName
{
background-color: #3A9471;
}
.BgClassName
{
background-color: #3A9471;
}
</style>
border-color css
<style>
span { border-color: #3A9471; }
span { border-color: rgb(58,148,113); }
td.TdClassName
{
border-color: #3A9471;
}
.TagClassName
{
border-color: #3A9471;
}
</style>