Shades of Viridian #3A8972
Tints of Viridian #3A8972
RGB
CMYK
RGB Variations
Color information
#3A8972 (or 0x3A8972) is known color: Viridian. HEX triplet: 3A, 89 and 72. RGB value is (58,137,114). Sum of RGB (Red+Green+Blue) = 58+137+114=309 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.77% from 309); Green value is 137 (53.91% from 255 or 44.34% from 309); Blue value is 114 (44.92% from 255 or 36.89% from 309); Max value from RGB is 137 - color contains mainly: green. Hex color #3A8972 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8972 is #C5768D. Grayscale: #6E6E6E. Windows color (decimal): -12940942 or 7506234. OLE color: 7506234.
HSL color Cylindrical-coordinate representation of color #3A8972: hue angle of 162.53º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A8972 is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 58 | 137 | 114 | - |
| CMYK | 0.58 | 0 | 0.17 | 0.46 |
| HSL | 162.53º | 0.41% | 0.38% | - |
| HSV(B) | 162.53º | 0.58% | 0.54% | - |
| XYZ | 13.73 | 20.01 | 19.06 | - |
| YUV | 110.76 | 129.83 | 90.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 137 | 114 | 0.58 | 0 | 0.17 | 0.46 | 162.53 | 0.41 | 0.38 |
| Hex | 3A | 89 | 72 | 3A | 0 | 11 | 2E | A3 | 29 | 26 |
| Octal | 72 | 211 | 162 | 72 | 0 | 21 | 56 | 243 | 51 | 46 |
| Binary | 111010 | 10001001 | 1110010 | 111010 | 0 | 10001 | 101110 | 10100011 | 101001 | 100110 |
Color Harmonies of #3A8972
Complementary color
Monochromatic Colors of #3A8972
Black with #3A8972
Text Example
Text Example
White with #3A8972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8972; }
p { color: rgb(58,137,114); }
H1.HeaderClassName
{
color: #3A8972;
}
.AnyTagClassName
{
color: #3A8972;
}
</style>
background-color css
<style>
a { background-color: #3A8972; }
a { background-color: rgb(58,137,114); }
div.DivClassName
{
background-color: #3A8972;
}
.BgClassName
{
background-color: #3A8972;
}
</style>
border-color css
<style>
span { border-color: #3A8972; }
span { border-color: rgb(58,137,114); }
td.TdClassName
{
border-color: #3A8972;
}
.TagClassName
{
border-color: #3A8972;
}
</style>