Shades of Elm #257E71
Tints of Elm #257E71
RGB
CMYK
RGB Variations
Color information
#257E71 (or 0x257E71) is known color: Elm. HEX triplet: 25, 7E and 71. RGB value is (37,126,113). Sum of RGB (Red+Green+Blue) = 37+126+113=276 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.41% from 276); Green value is 126 (49.61% from 255 or 45.65% from 276); Blue value is 113 (44.53% from 255 or 40.94% from 276); Max value from RGB is 126 - color contains mainly: green. Hex color #257E71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257E71 is #DA818E. Grayscale: #616161. Windows color (decimal): -14320015 or 7437861. OLE color: 7437861.
HSL color Cylindrical-coordinate representation of color #257E71: hue angle of 171.24º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #257E71 is Cyan = 0.71, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 37 | 126 | 113 | - |
| CMYK | 0.71 | 0 | 0.10 | 0.51 |
| HSL | 171.24º | 0.55% | 0.32% | - |
| HSV(B) | 171.24º | 0.71% | 0.49% | - |
| XYZ | 11.2 | 16.51 | 18.22 | - |
| YUV | 97.91 | 136.51 | 84.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 126 | 113 | 0.71 | 0 | 0.10 | 0.51 | 171.24 | 0.55 | 0.32 |
| Hex | 25 | 7E | 71 | 47 | 0 | A | 33 | AB | 37 | 20 |
| Octal | 45 | 176 | 161 | 107 | 0 | 12 | 63 | 253 | 67 | 40 |
| Binary | 100101 | 1111110 | 1110001 | 1000111 | 0 | 1010 | 110011 | 10101011 | 110111 | 100000 |
Color Harmonies of #257E71
Complementary color
Monochromatic Colors of #257E71
Black with #257E71
Text Example
Text Example
White with #257E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257E71; }
p { color: rgb(37,126,113); }
H1.HeaderClassName
{
color: #257E71;
}
.AnyTagClassName
{
color: #257E71;
}
</style>
background-color css
<style>
a { background-color: #257E71; }
a { background-color: rgb(37,126,113); }
div.DivClassName
{
background-color: #257E71;
}
.BgClassName
{
background-color: #257E71;
}
</style>
border-color css
<style>
span { border-color: #257E71; }
span { border-color: rgb(37,126,113); }
td.TdClassName
{
border-color: #257E71;
}
.TagClassName
{
border-color: #257E71;
}
</style>