Shades of Elm #257370
Tints of Elm #257370
RGB
CMYK
RGB Variations
Color information
#257370 (or 0x257370) is known color: Elm. HEX triplet: 25, 73 and 70. RGB value is (37,115,112). Sum of RGB (Red+Green+Blue) = 37+115+112=264 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.02% from 264); Green value is 115 (45.31% from 255 or 43.56% from 264); Blue value is 112 (44.14% from 255 or 42.42% from 264); Max value from RGB is 115 - color contains mainly: green. Hex color #257370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257370 is #DA8C8F. Grayscale: #5B5B5B. Windows color (decimal): -14322832 or 7369509. OLE color: 7369509.
HSL color Cylindrical-coordinate representation of color #257370: hue angle of 177.69º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #257370 is Cyan = 0.68, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 37 | 115 | 112 | - |
| CMYK | 0.68 | 0 | 0.03 | 0.55 |
| HSL | 177.69º | 0.51% | 0.3% | - |
| HSV(B) | 177.69º | 0.68% | 0.45% | - |
| XYZ | 9.82 | 13.82 | 17.48 | - |
| YUV | 91.34 | 139.66 | 89.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 115 | 112 | 0.68 | 0 | 0.03 | 0.55 | 177.69 | 0.51 | 0.3 |
| Hex | 25 | 73 | 70 | 44 | 0 | 3 | 37 | B2 | 33 | 1E |
| Octal | 45 | 163 | 160 | 104 | 0 | 3 | 67 | 262 | 63 | 36 |
| Binary | 100101 | 1110011 | 1110000 | 1000100 | 0 | 11 | 110111 | 10110010 | 110011 | 11110 |
Color Harmonies of #257370
Complementary color
Monochromatic Colors of #257370
Black with #257370
Text Example
Text Example
White with #257370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257370; }
p { color: rgb(37,115,112); }
H1.HeaderClassName
{
color: #257370;
}
.AnyTagClassName
{
color: #257370;
}
</style>
background-color css
<style>
a { background-color: #257370; }
a { background-color: rgb(37,115,112); }
div.DivClassName
{
background-color: #257370;
}
.BgClassName
{
background-color: #257370;
}
</style>
border-color css
<style>
span { border-color: #257370; }
span { border-color: rgb(37,115,112); }
td.TdClassName
{
border-color: #257370;
}
.TagClassName
{
border-color: #257370;
}
</style>