Shades of Elm #348881
Tints of Elm #348881
RGB
CMYK
RGB Variations
Color information
#348881 (or 0x348881) is known color: Elm. HEX triplet: 34, 88 and 81. RGB value is (52,136,129). Sum of RGB (Red+Green+Blue) = 52+136+129=317 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.40% from 317); Green value is 136 (53.52% from 255 or 42.90% from 317); Blue value is 129 (50.78% from 255 or 40.69% from 317); Max value from RGB is 136 - color contains mainly: green. Hex color #348881 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348881 is #CB777E. Grayscale: #6E6E6E. Windows color (decimal): -13334399 or 8489012. OLE color: 8489012.
HSL color Cylindrical-coordinate representation of color #348881: hue angle of 175º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #348881 is Cyan = 0.62, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 52 | 136 | 129 | - |
| CMYK | 0.62 | 0 | 0.05 | 0.47 |
| HSL | 175º | 0.45% | 0.37% | - |
| HSV(B) | 175º | 0.62% | 0.53% | - |
| XYZ | 14.18 | 19.92 | 23.87 | - |
| YUV | 110.09 | 138.67 | 86.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 136 | 129 | 0.62 | 0 | 0.05 | 0.47 | 175 | 0.45 | 0.37 |
| Hex | 34 | 88 | 81 | 3E | 0 | 5 | 2F | AF | 2D | 25 |
| Octal | 64 | 210 | 201 | 76 | 0 | 5 | 57 | 257 | 55 | 45 |
| Binary | 110100 | 10001000 | 10000001 | 111110 | 0 | 101 | 101111 | 10101111 | 101101 | 100101 |
Color Harmonies of #348881
Complementary color
Monochromatic Colors of #348881
Black with #348881
Text Example
Text Example
White with #348881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348881; }
p { color: rgb(52,136,129); }
H1.HeaderClassName
{
color: #348881;
}
.AnyTagClassName
{
color: #348881;
}
</style>
background-color css
<style>
a { background-color: #348881; }
a { background-color: rgb(52,136,129); }
div.DivClassName
{
background-color: #348881;
}
.BgClassName
{
background-color: #348881;
}
</style>
border-color css
<style>
span { border-color: #348881; }
span { border-color: rgb(52,136,129); }
td.TdClassName
{
border-color: #348881;
}
.TagClassName
{
border-color: #348881;
}
</style>