Shades of Elm #257270
Tints of Elm #257270
RGB
CMYK
RGB Variations
Color information
#257270 (or 0x257270) is known color: Elm. HEX triplet: 25, 72 and 70. RGB value is (37,114,112). Sum of RGB (Red+Green+Blue) = 37+114+112=263 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.07% from 263); Green value is 114 (44.92% from 255 or 43.35% from 263); Blue value is 112 (44.14% from 255 or 42.59% from 263); Max value from RGB is 114 - color contains mainly: green. Hex color #257270 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257270 is #DA8D8F. Grayscale: #5A5A5A. Windows color (decimal): -14323088 or 7369253. OLE color: 7369253.
HSL color Cylindrical-coordinate representation of color #257270: hue angle of 178.44º 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 #257270 is Cyan = 0.68, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 37 | 114 | 112 | - |
| CMYK | 0.68 | 0 | 0.02 | 0.55 |
| HSL | 178.44º | 0.51% | 0.3% | - |
| HSV(B) | 178.44º | 0.68% | 0.45% | - |
| XYZ | 9.7 | 13.6 | 17.44 | - |
| YUV | 90.75 | 139.99 | 89.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 114 | 112 | 0.68 | 0 | 0.02 | 0.55 | 178.44 | 0.51 | 0.3 |
| Hex | 25 | 72 | 70 | 44 | 0 | 2 | 37 | B2 | 33 | 1E |
| Octal | 45 | 162 | 160 | 104 | 0 | 2 | 67 | 262 | 63 | 36 |
| Binary | 100101 | 1110010 | 1110000 | 1000100 | 0 | 10 | 110111 | 10110010 | 110011 | 11110 |
Color Harmonies of #257270
Complementary color
Monochromatic Colors of #257270
Black with #257270
Text Example
Text Example
White with #257270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257270; }
p { color: rgb(37,114,112); }
H1.HeaderClassName
{
color: #257270;
}
.AnyTagClassName
{
color: #257270;
}
</style>
background-color css
<style>
a { background-color: #257270; }
a { background-color: rgb(37,114,112); }
div.DivClassName
{
background-color: #257270;
}
.BgClassName
{
background-color: #257270;
}
</style>
border-color css
<style>
span { border-color: #257270; }
span { border-color: rgb(37,114,112); }
td.TdClassName
{
border-color: #257270;
}
.TagClassName
{
border-color: #257270;
}
</style>