Shades of Elm #257570
Tints of Elm #257570
RGB
CMYK
RGB Variations
Color information
#257570 (or 0x257570) is known color: Elm. HEX triplet: 25, 75 and 70. RGB value is (37,117,112). Sum of RGB (Red+Green+Blue) = 37+117+112=266 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.91% from 266); Green value is 117 (46.09% from 255 or 43.98% from 266); Blue value is 112 (44.14% from 255 or 42.11% from 266); Max value from RGB is 117 - color contains mainly: green. Hex color #257570 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257570 is #DA8A8F. Grayscale: #5C5C5C. Windows color (decimal): -14322320 or 7370021. OLE color: 7370021.
HSL color Cylindrical-coordinate representation of color #257570: hue angle of 176.25º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #257570 is Cyan = 0.68, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 37 | 117 | 112 | - |
| CMYK | 0.68 | 0 | 0.04 | 0.54 |
| HSL | 176.25º | 0.52% | 0.3% | - |
| HSV(B) | 176.25º | 0.68% | 0.46% | - |
| XYZ | 10.05 | 14.29 | 17.56 | - |
| YUV | 92.51 | 139 | 88.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 117 | 112 | 0.68 | 0 | 0.04 | 0.54 | 176.25 | 0.52 | 0.3 |
| Hex | 25 | 75 | 70 | 44 | 0 | 4 | 36 | B0 | 34 | 1E |
| Octal | 45 | 165 | 160 | 104 | 0 | 4 | 66 | 260 | 64 | 36 |
| Binary | 100101 | 1110101 | 1110000 | 1000100 | 0 | 100 | 110110 | 10110000 | 110100 | 11110 |
Color Harmonies of #257570
Complementary color
Monochromatic Colors of #257570
Black with #257570
Text Example
Text Example
White with #257570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257570; }
p { color: rgb(37,117,112); }
H1.HeaderClassName
{
color: #257570;
}
.AnyTagClassName
{
color: #257570;
}
</style>
background-color css
<style>
a { background-color: #257570; }
a { background-color: rgb(37,117,112); }
div.DivClassName
{
background-color: #257570;
}
.BgClassName
{
background-color: #257570;
}
</style>
border-color css
<style>
span { border-color: #257570; }
span { border-color: rgb(37,117,112); }
td.TdClassName
{
border-color: #257570;
}
.TagClassName
{
border-color: #257570;
}
</style>