Shades of Viridian #3A8979
Tints of Viridian #3A8979
RGB
CMYK
RGB Variations
Color information
#3A8979 (or 0x3A8979) is known color: Viridian. HEX triplet: 3A, 89 and 79. RGB value is (58,137,121). Sum of RGB (Red+Green+Blue) = 58+137+121=316 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.35% from 316); Green value is 137 (53.91% from 255 or 43.35% from 316); Blue value is 121 (47.66% from 255 or 38.29% from 316); Max value from RGB is 137 - color contains mainly: green. Hex color #3A8979 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8979 is #C57686. Grayscale: #6F6F6F. Windows color (decimal): -12940935 or 7964986. OLE color: 7964986.
HSL color Cylindrical-coordinate representation of color #3A8979: hue angle of 167.85º 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 #3A8979 is Cyan = 0.58, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 58 | 137 | 121 | - |
| CMYK | 0.58 | 0 | 0.12 | 0.46 |
| HSL | 167.85º | 0.41% | 0.38% | - |
| HSV(B) | 167.85º | 0.58% | 0.54% | - |
| XYZ | 14.14 | 20.17 | 21.24 | - |
| YUV | 111.56 | 133.33 | 89.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 137 | 121 | 0.58 | 0 | 0.12 | 0.46 | 167.85 | 0.41 | 0.38 |
| Hex | 3A | 89 | 79 | 3A | 0 | C | 2E | A8 | 29 | 26 |
| Octal | 72 | 211 | 171 | 72 | 0 | 14 | 56 | 250 | 51 | 46 |
| Binary | 111010 | 10001001 | 1111001 | 111010 | 0 | 1100 | 101110 | 10101000 | 101001 | 100110 |
Color Harmonies of #3A8979
Complementary color
Monochromatic Colors of #3A8979
Black with #3A8979
Text Example
Text Example
White with #3A8979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8979; }
p { color: rgb(58,137,121); }
H1.HeaderClassName
{
color: #3A8979;
}
.AnyTagClassName
{
color: #3A8979;
}
</style>
background-color css
<style>
a { background-color: #3A8979; }
a { background-color: rgb(58,137,121); }
div.DivClassName
{
background-color: #3A8979;
}
.BgClassName
{
background-color: #3A8979;
}
</style>
border-color css
<style>
span { border-color: #3A8979; }
span { border-color: rgb(58,137,121); }
td.TdClassName
{
border-color: #3A8979;
}
.TagClassName
{
border-color: #3A8979;
}
</style>