Shades of Elm #348A80
Tints of Elm #348A80
RGB
CMYK
RGB Variations
Color information
#348A80 (or 0x348A80) is known color: Elm. HEX triplet: 34, 8A and 80. RGB value is (52,138,128). Sum of RGB (Red+Green+Blue) = 52+138+128=318 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.35% from 318); Green value is 138 (54.30% from 255 or 43.40% from 318); Blue value is 128 (50.39% from 255 or 40.25% from 318); Max value from RGB is 138 - color contains mainly: green. Hex color #348A80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348A80 is #CB757F. Grayscale: #6F6F6F. Windows color (decimal): -13333888 or 8423988. OLE color: 8423988.
HSL color Cylindrical-coordinate representation of color #348A80: hue angle of 173.02º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #348A80 is Cyan = 0.62, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 52 | 138 | 128 | - |
| CMYK | 0.62 | 0 | 0.07 | 0.46 |
| HSL | 173.02º | 0.45% | 0.37% | - |
| HSV(B) | 173.02º | 0.62% | 0.54% | - |
| XYZ | 14.4 | 20.47 | 23.61 | - |
| YUV | 111.15 | 137.51 | 85.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 138 | 128 | 0.62 | 0 | 0.07 | 0.46 | 173.02 | 0.45 | 0.37 |
| Hex | 34 | 8A | 80 | 3E | 0 | 7 | 2E | AD | 2D | 25 |
| Octal | 64 | 212 | 200 | 76 | 0 | 7 | 56 | 255 | 55 | 45 |
| Binary | 110100 | 10001010 | 10000000 | 111110 | 0 | 111 | 101110 | 10101101 | 101101 | 100101 |
Color Harmonies of #348A80
Complementary color
Monochromatic Colors of #348A80
Black with #348A80
Text Example
Text Example
White with #348A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348A80; }
p { color: rgb(52,138,128); }
H1.HeaderClassName
{
color: #348A80;
}
.AnyTagClassName
{
color: #348A80;
}
</style>
background-color css
<style>
a { background-color: #348A80; }
a { background-color: rgb(52,138,128); }
div.DivClassName
{
background-color: #348A80;
}
.BgClassName
{
background-color: #348A80;
}
</style>
border-color css
<style>
span { border-color: #348A80; }
span { border-color: rgb(52,138,128); }
td.TdClassName
{
border-color: #348A80;
}
.TagClassName
{
border-color: #348A80;
}
</style>