Shades of Elm #257671
Tints of Elm #257671
RGB
CMYK
RGB Variations
Color information
#257671 (or 0x257671) is known color: Elm. HEX triplet: 25, 76 and 71. RGB value is (37,118,113). Sum of RGB (Red+Green+Blue) = 37+118+113=268 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.81% from 268); Green value is 118 (46.48% from 255 or 44.03% from 268); Blue value is 113 (44.53% from 255 or 42.16% from 268); Max value from RGB is 118 - color contains mainly: green. Hex color #257671 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257671 is #DA898E. Grayscale: #5D5D5D. Windows color (decimal): -14322063 or 7435813. OLE color: 7435813.
HSL color Cylindrical-coordinate representation of color #257671: hue angle of 176.3º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #257671 is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 37 | 118 | 113 | - |
| CMYK | 0.69 | 0 | 0.04 | 0.54 |
| HSL | 176.3º | 0.52% | 0.3% | - |
| HSV(B) | 176.3º | 0.69% | 0.46% | - |
| XYZ | 10.22 | 14.54 | 17.89 | - |
| YUV | 93.21 | 139.16 | 87.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 118 | 113 | 0.69 | 0 | 0.04 | 0.54 | 176.3 | 0.52 | 0.3 |
| Hex | 25 | 76 | 71 | 45 | 0 | 4 | 36 | B0 | 34 | 1E |
| Octal | 45 | 166 | 161 | 105 | 0 | 4 | 66 | 260 | 64 | 36 |
| Binary | 100101 | 1110110 | 1110001 | 1000101 | 0 | 100 | 110110 | 10110000 | 110100 | 11110 |
Color Harmonies of #257671
Complementary color
Monochromatic Colors of #257671
Black with #257671
Text Example
Text Example
White with #257671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257671; }
p { color: rgb(37,118,113); }
H1.HeaderClassName
{
color: #257671;
}
.AnyTagClassName
{
color: #257671;
}
</style>
background-color css
<style>
a { background-color: #257671; }
a { background-color: rgb(37,118,113); }
div.DivClassName
{
background-color: #257671;
}
.BgClassName
{
background-color: #257671;
}
</style>
border-color css
<style>
span { border-color: #257671; }
span { border-color: rgb(37,118,113); }
td.TdClassName
{
border-color: #257671;
}
.TagClassName
{
border-color: #257671;
}
</style>