Shades of Viridian #3A8A74
Tints of Viridian #3A8A74
RGB
CMYK
RGB Variations
Color information
#3A8A74 (or 0x3A8A74) is known color: Viridian. HEX triplet: 3A, 8A and 74. RGB value is (58,138,116). Sum of RGB (Red+Green+Blue) = 58+138+116=312 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.59% from 312); Green value is 138 (54.30% from 255 or 44.23% from 312); Blue value is 116 (45.70% from 255 or 37.18% from 312); Max value from RGB is 138 - color contains mainly: green. Hex color #3A8A74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8A74 is #C5758B. Grayscale: #6F6F6F. Windows color (decimal): -12940684 or 7637562. OLE color: 7637562.
HSL color Cylindrical-coordinate representation of color #3A8A74: hue angle of 163.5º 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 #3A8A74 is Cyan = 0.58, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 58 | 138 | 116 | - |
| CMYK | 0.58 | 0 | 0.16 | 0.46 |
| HSL | 163.5º | 0.41% | 0.38% | - |
| HSV(B) | 163.5º | 0.58% | 0.54% | - |
| XYZ | 13.99 | 20.34 | 19.71 | - |
| YUV | 111.57 | 130.5 | 89.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 138 | 116 | 0.58 | 0 | 0.16 | 0.46 | 163.5 | 0.41 | 0.38 |
| Hex | 3A | 8A | 74 | 3A | 0 | 10 | 2E | A4 | 29 | 26 |
| Octal | 72 | 212 | 164 | 72 | 0 | 20 | 56 | 244 | 51 | 46 |
| Binary | 111010 | 10001010 | 1110100 | 111010 | 0 | 10000 | 101110 | 10100100 | 101001 | 100110 |
Color Harmonies of #3A8A74
Complementary color
Monochromatic Colors of #3A8A74
Black with #3A8A74
Text Example
Text Example
White with #3A8A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8A74; }
p { color: rgb(58,138,116); }
H1.HeaderClassName
{
color: #3A8A74;
}
.AnyTagClassName
{
color: #3A8A74;
}
</style>
background-color css
<style>
a { background-color: #3A8A74; }
a { background-color: rgb(58,138,116); }
div.DivClassName
{
background-color: #3A8A74;
}
.BgClassName
{
background-color: #3A8A74;
}
</style>
border-color css
<style>
span { border-color: #3A8A74; }
span { border-color: rgb(58,138,116); }
td.TdClassName
{
border-color: #3A8A74;
}
.TagClassName
{
border-color: #3A8A74;
}
</style>