Shades of Elm #317471
Tints of Elm #317471
RGB
CMYK
RGB Variations
Color information
#317471 (or 0x317471) is known color: Elm. HEX triplet: 31, 74 and 71. RGB value is (49,116,113). Sum of RGB (Red+Green+Blue) = 49+116+113=278 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.63% from 278); Green value is 116 (45.70% from 255 or 41.73% from 278); Blue value is 113 (44.53% from 255 or 40.65% from 278); Max value from RGB is 116 - color contains mainly: green. Hex color #317471 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317471 is #CE8B8E. Grayscale: #5F5F5F. Windows color (decimal): -13536143 or 7435313. OLE color: 7435313.
HSL color Cylindrical-coordinate representation of color #317471: hue angle of 177.31º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #317471 is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 49 | 116 | 113 | - |
| CMYK | 0.58 | 0 | 0.03 | 0.55 |
| HSL | 177.31º | 0.41% | 0.32% | - |
| HSV(B) | 177.31º | 0.58% | 0.45% | - |
| XYZ | 10.49 | 14.34 | 17.84 | - |
| YUV | 95.63 | 137.8 | 94.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 116 | 113 | 0.58 | 0 | 0.03 | 0.55 | 177.31 | 0.41 | 0.32 |
| Hex | 31 | 74 | 71 | 3A | 0 | 3 | 37 | B1 | 29 | 20 |
| Octal | 61 | 164 | 161 | 72 | 0 | 3 | 67 | 261 | 51 | 40 |
| Binary | 110001 | 1110100 | 1110001 | 111010 | 0 | 11 | 110111 | 10110001 | 101001 | 100000 |
Color Harmonies of #317471
Complementary color
Monochromatic Colors of #317471
Black with #317471
Text Example
Text Example
White with #317471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317471; }
p { color: rgb(49,116,113); }
H1.HeaderClassName
{
color: #317471;
}
.AnyTagClassName
{
color: #317471;
}
</style>
background-color css
<style>
a { background-color: #317471; }
a { background-color: rgb(49,116,113); }
div.DivClassName
{
background-color: #317471;
}
.BgClassName
{
background-color: #317471;
}
</style>
border-color css
<style>
span { border-color: #317471; }
span { border-color: rgb(49,116,113); }
td.TdClassName
{
border-color: #317471;
}
.TagClassName
{
border-color: #317471;
}
</style>