Shades of Elm #257B71
Tints of Elm #257B71
RGB
CMYK
RGB Variations
Color information
#257B71 (or 0x257B71) is known color: Elm. HEX triplet: 25, 7B and 71. RGB value is (37,123,113). Sum of RGB (Red+Green+Blue) = 37+123+113=273 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.55% from 273); Green value is 123 (48.44% from 255 or 45.05% from 273); Blue value is 113 (44.53% from 255 or 41.39% from 273); Max value from RGB is 123 - color contains mainly: green. Hex color #257B71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257B71 is #DA848E. Grayscale: #606060. Windows color (decimal): -14320783 or 7437093. OLE color: 7437093.
HSL color Cylindrical-coordinate representation of color #257B71: hue angle of 173.02º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #257B71 is Cyan = 0.70, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 37 | 123 | 113 | - |
| CMYK | 0.70 | 0 | 0.08 | 0.52 |
| HSL | 173.02º | 0.54% | 0.31% | - |
| HSV(B) | 173.02º | 0.7% | 0.48% | - |
| XYZ | 10.83 | 15.75 | 18.09 | - |
| YUV | 96.15 | 137.51 | 85.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 123 | 113 | 0.70 | 0 | 0.08 | 0.52 | 173.02 | 0.54 | 0.31 |
| Hex | 25 | 7B | 71 | 46 | 0 | 8 | 34 | AD | 36 | 1F |
| Octal | 45 | 173 | 161 | 106 | 0 | 10 | 64 | 255 | 66 | 37 |
| Binary | 100101 | 1111011 | 1110001 | 1000110 | 0 | 1000 | 110100 | 10101101 | 110110 | 11111 |
Color Harmonies of #257B71
Complementary color
Monochromatic Colors of #257B71
Black with #257B71
Text Example
Text Example
White with #257B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257B71; }
p { color: rgb(37,123,113); }
H1.HeaderClassName
{
color: #257B71;
}
.AnyTagClassName
{
color: #257B71;
}
</style>
background-color css
<style>
a { background-color: #257B71; }
a { background-color: rgb(37,123,113); }
div.DivClassName
{
background-color: #257B71;
}
.BgClassName
{
background-color: #257B71;
}
</style>
border-color css
<style>
span { border-color: #257B71; }
span { border-color: rgb(37,123,113); }
td.TdClassName
{
border-color: #257B71;
}
.TagClassName
{
border-color: #257B71;
}
</style>