Shades of Viridian #3A8E76
Tints of Viridian #3A8E76
RGB
CMYK
RGB Variations
Color information
#3A8E76 (or 0x3A8E76) is known color: Viridian. HEX triplet: 3A, 8E and 76. RGB value is (58,142,118). Sum of RGB (Red+Green+Blue) = 58+142+118=318 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.24% from 318); Green value is 142 (55.86% from 255 or 44.65% from 318); Blue value is 118 (46.48% from 255 or 37.11% from 318); Max value from RGB is 142 - color contains mainly: green. Hex color #3A8E76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8E76 is #C57189. Grayscale: #727272. Windows color (decimal): -12939658 or 7769658. OLE color: 7769658.
HSL color Cylindrical-coordinate representation of color #3A8E76: hue angle of 162.86º 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 #3A8E76 is Cyan = 0.59, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 58 | 142 | 118 | - |
| CMYK | 0.59 | 0 | 0.17 | 0.44 |
| HSL | 162.86º | 0.42% | 0.39% | - |
| HSV(B) | 162.86º | 0.59% | 0.56% | - |
| XYZ | 14.69 | 21.55 | 20.53 | - |
| YUV | 114.15 | 130.17 | 87.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 142 | 118 | 0.59 | 0 | 0.17 | 0.44 | 162.86 | 0.42 | 0.39 |
| Hex | 3A | 8E | 76 | 3B | 0 | 11 | 2C | A3 | 2A | 27 |
| Octal | 72 | 216 | 166 | 73 | 0 | 21 | 54 | 243 | 52 | 47 |
| Binary | 111010 | 10001110 | 1110110 | 111011 | 0 | 10001 | 101100 | 10100011 | 101010 | 100111 |
Color Harmonies of #3A8E76
Complementary color
Monochromatic Colors of #3A8E76
Black with #3A8E76
Text Example
Text Example
White with #3A8E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8E76; }
p { color: rgb(58,142,118); }
H1.HeaderClassName
{
color: #3A8E76;
}
.AnyTagClassName
{
color: #3A8E76;
}
</style>
background-color css
<style>
a { background-color: #3A8E76; }
a { background-color: rgb(58,142,118); }
div.DivClassName
{
background-color: #3A8E76;
}
.BgClassName
{
background-color: #3A8E76;
}
</style>
border-color css
<style>
span { border-color: #3A8E76; }
span { border-color: rgb(58,142,118); }
td.TdClassName
{
border-color: #3A8E76;
}
.TagClassName
{
border-color: #3A8E76;
}
</style>