Shades of Viridian #3A8971
Tints of Viridian #3A8971
RGB
CMYK
RGB Variations
Color information
#3A8971 (or 0x3A8971) is known color: Viridian. HEX triplet: 3A, 89 and 71. RGB value is (58,137,113). Sum of RGB (Red+Green+Blue) = 58+137+113=308 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.83% from 308); Green value is 137 (53.91% from 255 or 44.48% from 308); Blue value is 113 (44.53% from 255 or 36.69% from 308); Max value from RGB is 137 - color contains mainly: green. Hex color #3A8971 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8971 is #C5768E. Grayscale: #6E6E6E. Windows color (decimal): -12940943 or 7440698. OLE color: 7440698.
HSL color Cylindrical-coordinate representation of color #3A8971: hue angle of 161.77º 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 #3A8971 is Cyan = 0.58, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 58 | 137 | 113 | - |
| CMYK | 0.58 | 0 | 0.18 | 0.46 |
| HSL | 161.77º | 0.41% | 0.38% | - |
| HSV(B) | 161.77º | 0.58% | 0.54% | - |
| XYZ | 13.67 | 19.98 | 18.76 | - |
| YUV | 110.64 | 129.33 | 90.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 137 | 113 | 0.58 | 0 | 0.18 | 0.46 | 161.77 | 0.41 | 0.38 |
| Hex | 3A | 89 | 71 | 3A | 0 | 12 | 2E | A2 | 29 | 26 |
| Octal | 72 | 211 | 161 | 72 | 0 | 22 | 56 | 242 | 51 | 46 |
| Binary | 111010 | 10001001 | 1110001 | 111010 | 0 | 10010 | 101110 | 10100010 | 101001 | 100110 |
Color Harmonies of #3A8971
Complementary color
Monochromatic Colors of #3A8971
Black with #3A8971
Text Example
Text Example
White with #3A8971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8971; }
p { color: rgb(58,137,113); }
H1.HeaderClassName
{
color: #3A8971;
}
.AnyTagClassName
{
color: #3A8971;
}
</style>
background-color css
<style>
a { background-color: #3A8971; }
a { background-color: rgb(58,137,113); }
div.DivClassName
{
background-color: #3A8971;
}
.BgClassName
{
background-color: #3A8971;
}
</style>
border-color css
<style>
span { border-color: #3A8971; }
span { border-color: rgb(58,137,113); }
td.TdClassName
{
border-color: #3A8971;
}
.TagClassName
{
border-color: #3A8971;
}
</style>