Shades of Elm #257372
Tints of Elm #257372
RGB
CMYK
RGB Variations
Color information
#257372 (or 0x257372) is known color: Elm. HEX triplet: 25, 73 and 72. RGB value is (37,115,114). Sum of RGB (Red+Green+Blue) = 37+115+114=266 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.91% from 266); Green value is 115 (45.31% from 255 or 43.23% from 266); Blue value is 114 (44.92% from 255 or 42.86% from 266); Max value from RGB is 115 - color contains mainly: green. Hex color #257372 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257372 is #DA8C8D. Grayscale: #5B5B5B. Windows color (decimal): -14322830 or 7500581. OLE color: 7500581.
HSL color Cylindrical-coordinate representation of color #257372: hue angle of 179.23º 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 #257372 is Cyan = 0.68, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 37 | 115 | 114 | - |
| CMYK | 0.68 | 0 | 0.01 | 0.55 |
| HSL | 179.23º | 0.51% | 0.3% | - |
| HSV(B) | 179.23º | 0.68% | 0.45% | - |
| XYZ | 9.93 | 13.87 | 18.07 | - |
| YUV | 91.56 | 140.66 | 89.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 115 | 114 | 0.68 | 0 | 0.01 | 0.55 | 179.23 | 0.51 | 0.3 |
| Hex | 25 | 73 | 72 | 44 | 0 | 1 | 37 | B3 | 33 | 1E |
| Octal | 45 | 163 | 162 | 104 | 0 | 1 | 67 | 263 | 63 | 36 |
| Binary | 100101 | 1110011 | 1110010 | 1000100 | 0 | 1 | 110111 | 10110011 | 110011 | 11110 |
Color Harmonies of #257372
Complementary color
Monochromatic Colors of #257372
Black with #257372
Text Example
Text Example
White with #257372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257372; }
p { color: rgb(37,115,114); }
H1.HeaderClassName
{
color: #257372;
}
.AnyTagClassName
{
color: #257372;
}
</style>
background-color css
<style>
a { background-color: #257372; }
a { background-color: rgb(37,115,114); }
div.DivClassName
{
background-color: #257372;
}
.BgClassName
{
background-color: #257372;
}
</style>
border-color css
<style>
span { border-color: #257372; }
span { border-color: rgb(37,115,114); }
td.TdClassName
{
border-color: #257372;
}
.TagClassName
{
border-color: #257372;
}
</style>