Shades of Elm #257471
Tints of Elm #257471
RGB
CMYK
RGB Variations
Color information
#257471 (or 0x257471) is known color: Elm. HEX triplet: 25, 74 and 71. RGB value is (37,116,113). Sum of RGB (Red+Green+Blue) = 37+116+113=266 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.91% from 266); Green value is 116 (45.70% from 255 or 43.61% from 266); Blue value is 113 (44.53% from 255 or 42.48% from 266); Max value from RGB is 116 - color contains mainly: green. Hex color #257471 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257471 is #DA8B8E. Grayscale: #5B5B5B. Windows color (decimal): -14322575 or 7435301. OLE color: 7435301.
HSL color Cylindrical-coordinate representation of color #257471: hue angle of 177.72º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #257471 is Cyan = 0.68, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 37 | 116 | 113 | - |
| CMYK | 0.68 | 0 | 0.03 | 0.55 |
| HSL | 177.72º | 0.52% | 0.3% | - |
| HSV(B) | 177.72º | 0.68% | 0.45% | - |
| XYZ | 9.99 | 14.08 | 17.81 | - |
| YUV | 92.04 | 139.83 | 88.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 116 | 113 | 0.68 | 0 | 0.03 | 0.55 | 177.72 | 0.52 | 0.3 |
| Hex | 25 | 74 | 71 | 44 | 0 | 3 | 37 | B2 | 34 | 1E |
| Octal | 45 | 164 | 161 | 104 | 0 | 3 | 67 | 262 | 64 | 36 |
| Binary | 100101 | 1110100 | 1110001 | 1000100 | 0 | 11 | 110111 | 10110010 | 110100 | 11110 |
Color Harmonies of #257471
Complementary color
Monochromatic Colors of #257471
Black with #257471
Text Example
Text Example
White with #257471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257471; }
p { color: rgb(37,116,113); }
H1.HeaderClassName
{
color: #257471;
}
.AnyTagClassName
{
color: #257471;
}
</style>
background-color css
<style>
a { background-color: #257471; }
a { background-color: rgb(37,116,113); }
div.DivClassName
{
background-color: #257471;
}
.BgClassName
{
background-color: #257471;
}
</style>
border-color css
<style>
span { border-color: #257471; }
span { border-color: rgb(37,116,113); }
td.TdClassName
{
border-color: #257471;
}
.TagClassName
{
border-color: #257471;
}
</style>