Shades of Viridian #3A9370
Tints of Viridian #3A9370
RGB
CMYK
RGB Variations
Color information
#3A9370 (or 0x3A9370) is known color: Viridian. HEX triplet: 3A, 93 and 70. RGB value is (58,147,112). Sum of RGB (Red+Green+Blue) = 58+147+112=317 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.30% from 317); Green value is 147 (57.81% from 255 or 46.37% from 317); Blue value is 112 (44.14% from 255 or 35.33% from 317); Max value from RGB is 147 - color contains mainly: green. Hex color #3A9370 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A9370 is #C56C8F. Grayscale: #747474. Windows color (decimal): -12938384 or 7377722. OLE color: 7377722.
HSL color Cylindrical-coordinate representation of color #3A9370: hue angle of 156.4º degrees, saturation: 0.43, 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 #3A9370 is Cyan = 0.61, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 58 | 147 | 112 | - |
| CMYK | 0.61 | 0 | 0.24 | 0.42 |
| HSL | 156.4º | 0.43% | 0.4% | - |
| HSV(B) | 156.4º | 0.61% | 0.58% | - |
| XYZ | 15.1 | 22.94 | 18.96 | - |
| YUV | 116.4 | 125.51 | 86.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 147 | 112 | 0.61 | 0 | 0.24 | 0.42 | 156.4 | 0.43 | 0.4 |
| Hex | 3A | 93 | 70 | 3D | 0 | 18 | 2A | 9C | 2B | 28 |
| Octal | 72 | 223 | 160 | 75 | 0 | 30 | 52 | 234 | 53 | 50 |
| Binary | 111010 | 10010011 | 1110000 | 111101 | 0 | 11000 | 101010 | 10011100 | 101011 | 101000 |
Color Harmonies of #3A9370
Complementary color
Monochromatic Colors of #3A9370
Black with #3A9370
Text Example
Text Example
White with #3A9370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A9370; }
p { color: rgb(58,147,112); }
H1.HeaderClassName
{
color: #3A9370;
}
.AnyTagClassName
{
color: #3A9370;
}
</style>
background-color css
<style>
a { background-color: #3A9370; }
a { background-color: rgb(58,147,112); }
div.DivClassName
{
background-color: #3A9370;
}
.BgClassName
{
background-color: #3A9370;
}
</style>
border-color css
<style>
span { border-color: #3A9370; }
span { border-color: rgb(58,147,112); }
td.TdClassName
{
border-color: #3A9370;
}
.TagClassName
{
border-color: #3A9370;
}
</style>