Shades of Elm #347D77
Tints of Elm #347D77
RGB
CMYK
RGB Variations
Color information
#347D77 (or 0x347D77) is known color: Elm. HEX triplet: 34, 7D and 77. RGB value is (52,125,119). Sum of RGB (Red+Green+Blue) = 52+125+119=296 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.57% from 296); Green value is 125 (49.22% from 255 or 42.23% from 296); Blue value is 119 (46.88% from 255 or 40.20% from 296); Max value from RGB is 125 - color contains mainly: green. Hex color #347D77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347D77 is #CB8288. Grayscale: #666666. Windows color (decimal): -13337225 or 7830836. OLE color: 7830836.
HSL color Cylindrical-coordinate representation of color #347D77: hue angle of 175.07º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #347D77 is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 52 | 125 | 119 | - |
| CMYK | 0.58 | 0 | 0.05 | 0.51 |
| HSL | 175.07º | 0.41% | 0.35% | - |
| HSV(B) | 175.07º | 0.58% | 0.49% | - |
| XYZ | 12.08 | 16.73 | 20.05 | - |
| YUV | 102.49 | 137.32 | 91.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 125 | 119 | 0.58 | 0 | 0.05 | 0.51 | 175.07 | 0.41 | 0.35 |
| Hex | 34 | 7D | 77 | 3A | 0 | 5 | 33 | AF | 29 | 23 |
| Octal | 64 | 175 | 167 | 72 | 0 | 5 | 63 | 257 | 51 | 43 |
| Binary | 110100 | 1111101 | 1110111 | 111010 | 0 | 101 | 110011 | 10101111 | 101001 | 100011 |
Color Harmonies of #347D77
Complementary color
Monochromatic Colors of #347D77
Black with #347D77
Text Example
Text Example
White with #347D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347D77; }
p { color: rgb(52,125,119); }
H1.HeaderClassName
{
color: #347D77;
}
.AnyTagClassName
{
color: #347D77;
}
</style>
background-color css
<style>
a { background-color: #347D77; }
a { background-color: rgb(52,125,119); }
div.DivClassName
{
background-color: #347D77;
}
.BgClassName
{
background-color: #347D77;
}
</style>
border-color css
<style>
span { border-color: #347D77; }
span { border-color: rgb(52,125,119); }
td.TdClassName
{
border-color: #347D77;
}
.TagClassName
{
border-color: #347D77;
}
</style>