Shades of Viridian #348D71
Tints of Viridian #348D71
RGB
CMYK
RGB Variations
Color information
#348D71 (or 0x348D71) is known color: Viridian. HEX triplet: 34, 8D and 71. RGB value is (52,141,113). Sum of RGB (Red+Green+Blue) = 52+141+113=306 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.99% from 306); Green value is 141 (55.47% from 255 or 46.08% from 306); Blue value is 113 (44.53% from 255 or 36.93% from 306); Max value from RGB is 141 - color contains mainly: green. Hex color #348D71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348D71 is #CB728E. Grayscale: #6F6F6F. Windows color (decimal): -13333135 or 7441716. OLE color: 7441716.
HSL color Cylindrical-coordinate representation of color #348D71: hue angle of 161.12º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #348D71 is Cyan = 0.63, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 141 | 113 | - |
| CMYK | 0.63 | 0 | 0.20 | 0.45 |
| HSL | 161.12º | 0.46% | 0.38% | - |
| HSV(B) | 161.12º | 0.63% | 0.55% | - |
| XYZ | 13.92 | 20.97 | 18.94 | - |
| YUV | 111.2 | 129.01 | 85.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 141 | 113 | 0.63 | 0 | 0.20 | 0.45 | 161.12 | 0.46 | 0.38 |
| Hex | 34 | 8D | 71 | 3F | 0 | 14 | 2D | A1 | 2E | 26 |
| Octal | 64 | 215 | 161 | 77 | 0 | 24 | 55 | 241 | 56 | 46 |
| Binary | 110100 | 10001101 | 1110001 | 111111 | 0 | 10100 | 101101 | 10100001 | 101110 | 100110 |
Color Harmonies of #348D71
Complementary color
Monochromatic Colors of #348D71
Black with #348D71
Text Example
Text Example
White with #348D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348D71; }
p { color: rgb(52,141,113); }
H1.HeaderClassName
{
color: #348D71;
}
.AnyTagClassName
{
color: #348D71;
}
</style>
background-color css
<style>
a { background-color: #348D71; }
a { background-color: rgb(52,141,113); }
div.DivClassName
{
background-color: #348D71;
}
.BgClassName
{
background-color: #348D71;
}
</style>
border-color css
<style>
span { border-color: #348D71; }
span { border-color: rgb(52,141,113); }
td.TdClassName
{
border-color: #348D71;
}
.TagClassName
{
border-color: #348D71;
}
</style>