Shades of Viridian #348D77
Tints of Viridian #348D77
RGB
CMYK
RGB Variations
Color information
#348D77 (or 0x348D77) is known color: Viridian. HEX triplet: 34, 8D and 77. RGB value is (52,141,119). Sum of RGB (Red+Green+Blue) = 52+141+119=312 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.67% from 312); Green value is 141 (55.47% from 255 or 45.19% from 312); Blue value is 119 (46.88% from 255 or 38.14% from 312); Max value from RGB is 141 - color contains mainly: green. Hex color #348D77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348D77 is #CB7288. Grayscale: #6F6F6F. Windows color (decimal): -13333129 or 7834932. OLE color: 7834932.
HSL color Cylindrical-coordinate representation of color #348D77: hue angle of 165.17º 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 #348D77 is Cyan = 0.63, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 141 | 119 | - |
| CMYK | 0.63 | 0 | 0.16 | 0.45 |
| HSL | 165.17º | 0.46% | 0.38% | - |
| HSV(B) | 165.17º | 0.63% | 0.55% | - |
| XYZ | 14.27 | 21.11 | 20.78 | - |
| YUV | 111.88 | 132.01 | 85.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 141 | 119 | 0.63 | 0 | 0.16 | 0.45 | 165.17 | 0.46 | 0.38 |
| Hex | 34 | 8D | 77 | 3F | 0 | 10 | 2D | A5 | 2E | 26 |
| Octal | 64 | 215 | 167 | 77 | 0 | 20 | 55 | 245 | 56 | 46 |
| Binary | 110100 | 10001101 | 1110111 | 111111 | 0 | 10000 | 101101 | 10100101 | 101110 | 100110 |
Color Harmonies of #348D77
Complementary color
Monochromatic Colors of #348D77
Black with #348D77
Text Example
Text Example
White with #348D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348D77; }
p { color: rgb(52,141,119); }
H1.HeaderClassName
{
color: #348D77;
}
.AnyTagClassName
{
color: #348D77;
}
</style>
background-color css
<style>
a { background-color: #348D77; }
a { background-color: rgb(52,141,119); }
div.DivClassName
{
background-color: #348D77;
}
.BgClassName
{
background-color: #348D77;
}
</style>
border-color css
<style>
span { border-color: #348D77; }
span { border-color: rgb(52,141,119); }
td.TdClassName
{
border-color: #348D77;
}
.TagClassName
{
border-color: #348D77;
}
</style>