Shades of Elm #257C79
Tints of Elm #257C79
RGB
CMYK
RGB Variations
Color information
#257C79 (or 0x257C79) is known color: Elm. HEX triplet: 25, 7C and 79. RGB value is (37,124,121). Sum of RGB (Red+Green+Blue) = 37+124+121=282 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.12% from 282); Green value is 124 (48.83% from 255 or 43.97% from 282); Blue value is 121 (47.66% from 255 or 42.91% from 282); Max value from RGB is 124 - color contains mainly: green. Hex color #257C79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257C79 is #DA8386. Grayscale: #616161. Windows color (decimal): -14320519 or 7961637. OLE color: 7961637.
HSL color Cylindrical-coordinate representation of color #257C79: hue angle of 177.93º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #257C79 is Cyan = 0.70, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 37 | 124 | 121 | - |
| CMYK | 0.70 | 0 | 0.02 | 0.51 |
| HSL | 177.93º | 0.54% | 0.32% | - |
| HSV(B) | 177.93º | 0.7% | 0.49% | - |
| XYZ | 11.42 | 16.19 | 20.61 | - |
| YUV | 97.65 | 141.18 | 84.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 124 | 121 | 0.70 | 0 | 0.02 | 0.51 | 177.93 | 0.54 | 0.32 |
| Hex | 25 | 7C | 79 | 46 | 0 | 2 | 33 | B2 | 36 | 20 |
| Octal | 45 | 174 | 171 | 106 | 0 | 2 | 63 | 262 | 66 | 40 |
| Binary | 100101 | 1111100 | 1111001 | 1000110 | 0 | 10 | 110011 | 10110010 | 110110 | 100000 |
Color Harmonies of #257C79
Complementary color
Monochromatic Colors of #257C79
Black with #257C79
Text Example
Text Example
White with #257C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257C79; }
p { color: rgb(37,124,121); }
H1.HeaderClassName
{
color: #257C79;
}
.AnyTagClassName
{
color: #257C79;
}
</style>
background-color css
<style>
a { background-color: #257C79; }
a { background-color: rgb(37,124,121); }
div.DivClassName
{
background-color: #257C79;
}
.BgClassName
{
background-color: #257C79;
}
</style>
border-color css
<style>
span { border-color: #257C79; }
span { border-color: rgb(37,124,121); }
td.TdClassName
{
border-color: #257C79;
}
.TagClassName
{
border-color: #257C79;
}
</style>