Shades of Elm #347975
Tints of Elm #347975
RGB
CMYK
RGB Variations
Color information
#347975 (or 0x347975) is known color: Elm. HEX triplet: 34, 79 and 75. RGB value is (52,121,117). Sum of RGB (Red+Green+Blue) = 52+121+117=290 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.93% from 290); Green value is 121 (47.66% from 255 or 41.72% from 290); Blue value is 117 (46.09% from 255 or 40.34% from 290); Max value from RGB is 121 - color contains mainly: green. Hex color #347975 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347975 is #CB868A. Grayscale: #636363. Windows color (decimal): -13338251 or 7698740. OLE color: 7698740.
HSL color Cylindrical-coordinate representation of color #347975: hue angle of 176.52º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #347975 is Cyan = 0.57, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 52 | 121 | 117 | - |
| CMYK | 0.57 | 0 | 0.03 | 0.53 |
| HSL | 176.52º | 0.4% | 0.34% | - |
| HSV(B) | 176.52º | 0.57% | 0.47% | - |
| XYZ | 11.46 | 15.69 | 19.25 | - |
| YUV | 99.91 | 137.64 | 93.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 121 | 117 | 0.57 | 0 | 0.03 | 0.53 | 176.52 | 0.4 | 0.34 |
| Hex | 34 | 79 | 75 | 39 | 0 | 3 | 35 | B1 | 28 | 22 |
| Octal | 64 | 171 | 165 | 71 | 0 | 3 | 65 | 261 | 50 | 42 |
| Binary | 110100 | 1111001 | 1110101 | 111001 | 0 | 11 | 110101 | 10110001 | 101000 | 100010 |
Color Harmonies of #347975
Complementary color
Monochromatic Colors of #347975
Black with #347975
Text Example
Text Example
White with #347975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347975; }
p { color: rgb(52,121,117); }
H1.HeaderClassName
{
color: #347975;
}
.AnyTagClassName
{
color: #347975;
}
</style>
background-color css
<style>
a { background-color: #347975; }
a { background-color: rgb(52,121,117); }
div.DivClassName
{
background-color: #347975;
}
.BgClassName
{
background-color: #347975;
}
</style>
border-color css
<style>
span { border-color: #347975; }
span { border-color: rgb(52,121,117); }
td.TdClassName
{
border-color: #347975;
}
.TagClassName
{
border-color: #347975;
}
</style>