Shades of Elm #257974
Tints of Elm #257974
RGB
CMYK
RGB Variations
Color information
#257974 (or 0x257974) is known color: Elm. HEX triplet: 25, 79 and 74. RGB value is (37,121,116). Sum of RGB (Red+Green+Blue) = 37+121+116=274 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.50% from 274); Green value is 121 (47.66% from 255 or 44.16% from 274); Blue value is 116 (45.70% from 255 or 42.34% from 274); Max value from RGB is 121 - color contains mainly: green. Hex color #257974 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257974 is #DA868B. Grayscale: #5F5F5F. Windows color (decimal): -14321292 or 7633189. OLE color: 7633189.
HSL color Cylindrical-coordinate representation of color #257974: hue angle of 176.43º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #257974 is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 37 | 121 | 116 | - |
| CMYK | 0.69 | 0 | 0.04 | 0.53 |
| HSL | 176.43º | 0.53% | 0.31% | - |
| HSV(B) | 176.43º | 0.69% | 0.47% | - |
| XYZ | 10.75 | 15.33 | 18.92 | - |
| YUV | 95.31 | 139.67 | 86.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 121 | 116 | 0.69 | 0 | 0.04 | 0.53 | 176.43 | 0.53 | 0.31 |
| Hex | 25 | 79 | 74 | 45 | 0 | 4 | 35 | B0 | 35 | 1F |
| Octal | 45 | 171 | 164 | 105 | 0 | 4 | 65 | 260 | 65 | 37 |
| Binary | 100101 | 1111001 | 1110100 | 1000101 | 0 | 100 | 110101 | 10110000 | 110101 | 11111 |
Color Harmonies of #257974
Complementary color
Monochromatic Colors of #257974
Black with #257974
Text Example
Text Example
White with #257974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257974; }
p { color: rgb(37,121,116); }
H1.HeaderClassName
{
color: #257974;
}
.AnyTagClassName
{
color: #257974;
}
</style>
background-color css
<style>
a { background-color: #257974; }
a { background-color: rgb(37,121,116); }
div.DivClassName
{
background-color: #257974;
}
.BgClassName
{
background-color: #257974;
}
</style>
border-color css
<style>
span { border-color: #257974; }
span { border-color: rgb(37,121,116); }
td.TdClassName
{
border-color: #257974;
}
.TagClassName
{
border-color: #257974;
}
</style>