Shades of Viridian #349171
Tints of Viridian #349171
RGB
CMYK
RGB Variations
Color information
#349171 (or 0x349171) is known color: Viridian. HEX triplet: 34, 91 and 71. RGB value is (52,145,113). Sum of RGB (Red+Green+Blue) = 52+145+113=310 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.77% from 310); Green value is 145 (57.03% from 255 or 46.77% from 310); Blue value is 113 (44.53% from 255 or 36.45% from 310); Max value from RGB is 145 - color contains mainly: green. Hex color #349171 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349171 is #CB6E8E. Grayscale: #717171. Windows color (decimal): -13332111 or 7442740. OLE color: 7442740.
HSL color Cylindrical-coordinate representation of color #349171: hue angle of 159.35º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #349171 is Cyan = 0.64, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 52 | 145 | 113 | - |
| CMYK | 0.64 | 0 | 0.22 | 0.43 |
| HSL | 159.35º | 0.47% | 0.39% | - |
| HSV(B) | 159.35º | 0.64% | 0.57% | - |
| XYZ | 14.52 | 22.17 | 19.14 | - |
| YUV | 113.55 | 127.69 | 84.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 145 | 113 | 0.64 | 0 | 0.22 | 0.43 | 159.35 | 0.47 | 0.39 |
| Hex | 34 | 91 | 71 | 40 | 0 | 16 | 2B | 9F | 2F | 27 |
| Octal | 64 | 221 | 161 | 100 | 0 | 26 | 53 | 237 | 57 | 47 |
| Binary | 110100 | 10010001 | 1110001 | 1000000 | 0 | 10110 | 101011 | 10011111 | 101111 | 100111 |
Color Harmonies of #349171
Complementary color
Monochromatic Colors of #349171
Black with #349171
Text Example
Text Example
White with #349171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349171; }
p { color: rgb(52,145,113); }
H1.HeaderClassName
{
color: #349171;
}
.AnyTagClassName
{
color: #349171;
}
</style>
background-color css
<style>
a { background-color: #349171; }
a { background-color: rgb(52,145,113); }
div.DivClassName
{
background-color: #349171;
}
.BgClassName
{
background-color: #349171;
}
</style>
border-color css
<style>
span { border-color: #349171; }
span { border-color: rgb(52,145,113); }
td.TdClassName
{
border-color: #349171;
}
.TagClassName
{
border-color: #349171;
}
</style>