Shades of Viridian #348E73
Tints of Viridian #348E73
RGB
CMYK
RGB Variations
Color information
#348E73 (or 0x348E73) is known color: Viridian. HEX triplet: 34, 8E and 73. RGB value is (52,142,115). Sum of RGB (Red+Green+Blue) = 52+142+115=309 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.83% from 309); Green value is 142 (55.86% from 255 or 45.95% from 309); Blue value is 115 (45.31% from 255 or 37.22% from 309); Max value from RGB is 142 - color contains mainly: green. Hex color #348E73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348E73 is #CB718C. Grayscale: #707070. Windows color (decimal): -13332877 or 7573044. OLE color: 7573044.
HSL color Cylindrical-coordinate representation of color #348E73: hue angle of 162º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #348E73 is Cyan = 0.63, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 52 | 142 | 115 | - |
| CMYK | 0.63 | 0 | 0.19 | 0.44 |
| HSL | 162º | 0.46% | 0.38% | - |
| HSV(B) | 162º | 0.63% | 0.56% | - |
| XYZ | 14.18 | 21.31 | 19.59 | - |
| YUV | 112.01 | 129.68 | 85.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 142 | 115 | 0.63 | 0 | 0.19 | 0.44 | 162 | 0.46 | 0.38 |
| Hex | 34 | 8E | 73 | 3F | 0 | 13 | 2C | A2 | 2E | 26 |
| Octal | 64 | 216 | 163 | 77 | 0 | 23 | 54 | 242 | 56 | 46 |
| Binary | 110100 | 10001110 | 1110011 | 111111 | 0 | 10011 | 101100 | 10100010 | 101110 | 100110 |
Color Harmonies of #348E73
Complementary color
Monochromatic Colors of #348E73
Black with #348E73
Text Example
Text Example
White with #348E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348E73; }
p { color: rgb(52,142,115); }
H1.HeaderClassName
{
color: #348E73;
}
.AnyTagClassName
{
color: #348E73;
}
</style>
background-color css
<style>
a { background-color: #348E73; }
a { background-color: rgb(52,142,115); }
div.DivClassName
{
background-color: #348E73;
}
.BgClassName
{
background-color: #348E73;
}
</style>
border-color css
<style>
span { border-color: #348E73; }
span { border-color: rgb(52,142,115); }
td.TdClassName
{
border-color: #348E73;
}
.TagClassName
{
border-color: #348E73;
}
</style>