Shades of Viridian #3B8E73
Tints of Viridian #3B8E73
RGB
CMYK
RGB Variations
Color information
#3B8E73 (or 0x3B8E73) is known color: Viridian. HEX triplet: 3B, 8E and 73. RGB value is (59,142,115). Sum of RGB (Red+Green+Blue) = 59+142+115=316 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.67% from 316); Green value is 142 (55.86% from 255 or 44.94% from 316); Blue value is 115 (45.31% from 255 or 36.39% from 316); Max value from RGB is 142 - color contains mainly: green. Hex color #3B8E73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B8E73 is #C4718C. Grayscale: #727272. Windows color (decimal): -12874125 or 7573051. OLE color: 7573051.
HSL color Cylindrical-coordinate representation of color #3B8E73: hue angle of 160.48º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3B8E73 is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 59 | 142 | 115 | - |
| CMYK | 0.58 | 0 | 0.19 | 0.44 |
| HSL | 160.48º | 0.41% | 0.39% | - |
| HSV(B) | 160.48º | 0.58% | 0.56% | - |
| XYZ | 14.57 | 21.51 | 19.6 | - |
| YUV | 114.11 | 128.5 | 88.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 142 | 115 | 0.58 | 0 | 0.19 | 0.44 | 160.48 | 0.41 | 0.39 |
| Hex | 3B | 8E | 73 | 3A | 0 | 13 | 2C | A0 | 29 | 27 |
| Octal | 73 | 216 | 163 | 72 | 0 | 23 | 54 | 240 | 51 | 47 |
| Binary | 111011 | 10001110 | 1110011 | 111010 | 0 | 10011 | 101100 | 10100000 | 101001 | 100111 |
Color Harmonies of #3B8E73
Complementary color
Monochromatic Colors of #3B8E73
Black with #3B8E73
Text Example
Text Example
White with #3B8E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B8E73; }
p { color: rgb(59,142,115); }
H1.HeaderClassName
{
color: #3B8E73;
}
.AnyTagClassName
{
color: #3B8E73;
}
</style>
background-color css
<style>
a { background-color: #3B8E73; }
a { background-color: rgb(59,142,115); }
div.DivClassName
{
background-color: #3B8E73;
}
.BgClassName
{
background-color: #3B8E73;
}
</style>
border-color css
<style>
span { border-color: #3B8E73; }
span { border-color: rgb(59,142,115); }
td.TdClassName
{
border-color: #3B8E73;
}
.TagClassName
{
border-color: #3B8E73;
}
</style>