Shades of Viridian #3A8F76
Tints of Viridian #3A8F76
RGB
CMYK
RGB Variations
Color information
#3A8F76 (or 0x3A8F76) is known color: Viridian. HEX triplet: 3A, 8F and 76. RGB value is (58,143,118). Sum of RGB (Red+Green+Blue) = 58+143+118=319 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.18% from 319); Green value is 143 (56.25% from 255 or 44.83% from 319); Blue value is 118 (46.48% from 255 or 36.99% from 319); Max value from RGB is 143 - color contains mainly: green. Hex color #3A8F76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8F76 is #C57089. Grayscale: #727272. Windows color (decimal): -12939402 or 7769914. OLE color: 7769914.
HSL color Cylindrical-coordinate representation of color #3A8F76: hue angle of 162.35º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3A8F76 is Cyan = 0.59, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 58 | 143 | 118 | - |
| CMYK | 0.59 | 0 | 0.17 | 0.44 |
| HSL | 162.35º | 0.42% | 0.39% | - |
| HSV(B) | 162.35º | 0.59% | 0.56% | - |
| XYZ | 14.84 | 21.85 | 20.58 | - |
| YUV | 114.74 | 129.84 | 87.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 143 | 118 | 0.59 | 0 | 0.17 | 0.44 | 162.35 | 0.42 | 0.39 |
| Hex | 3A | 8F | 76 | 3B | 0 | 11 | 2C | A2 | 2A | 27 |
| Octal | 72 | 217 | 166 | 73 | 0 | 21 | 54 | 242 | 52 | 47 |
| Binary | 111010 | 10001111 | 1110110 | 111011 | 0 | 10001 | 101100 | 10100010 | 101010 | 100111 |
Color Harmonies of #3A8F76
Complementary color
Monochromatic Colors of #3A8F76
Black with #3A8F76
Text Example
Text Example
White with #3A8F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8F76; }
p { color: rgb(58,143,118); }
H1.HeaderClassName
{
color: #3A8F76;
}
.AnyTagClassName
{
color: #3A8F76;
}
</style>
background-color css
<style>
a { background-color: #3A8F76; }
a { background-color: rgb(58,143,118); }
div.DivClassName
{
background-color: #3A8F76;
}
.BgClassName
{
background-color: #3A8F76;
}
</style>
border-color css
<style>
span { border-color: #3A8F76; }
span { border-color: rgb(58,143,118); }
td.TdClassName
{
border-color: #3A8F76;
}
.TagClassName
{
border-color: #3A8F76;
}
</style>