Shades of Elm #25726E
Tints of Elm #25726E
RGB
CMYK
RGB Variations
Color information
#25726E (or 0x25726E) is known color: Elm. HEX triplet: 25, 72 and 6E. RGB value is (37,114,110). Sum of RGB (Red+Green+Blue) = 37+114+110=261 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.18% from 261); Green value is 114 (44.92% from 255 or 43.68% from 261); Blue value is 110 (43.36% from 255 or 42.15% from 261); Max value from RGB is 114 - color contains mainly: green. Hex color #25726E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25726E is #DA8D91. Grayscale: #5A5A5A. Windows color (decimal): -14323090 or 7238181. OLE color: 7238181.
HSL color Cylindrical-coordinate representation of color #25726E: hue angle of 176.88º 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 #25726E is Cyan = 0.68, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 37 | 114 | 110 | - |
| CMYK | 0.68 | 0 | 0.04 | 0.55 |
| HSL | 176.88º | 0.51% | 0.3% | - |
| HSV(B) | 176.88º | 0.68% | 0.45% | - |
| XYZ | 9.59 | 13.55 | 16.86 | - |
| YUV | 90.52 | 138.99 | 89.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 114 | 110 | 0.68 | 0 | 0.04 | 0.55 | 176.88 | 0.51 | 0.3 |
| Hex | 25 | 72 | 6E | 44 | 0 | 4 | 37 | B1 | 33 | 1E |
| Octal | 45 | 162 | 156 | 104 | 0 | 4 | 67 | 261 | 63 | 36 |
| Binary | 100101 | 1110010 | 1101110 | 1000100 | 0 | 100 | 110111 | 10110001 | 110011 | 11110 |
Color Harmonies of #25726E
Complementary color
Monochromatic Colors of #25726E
Black with #25726E
Text Example
Text Example
White with #25726E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25726E; }
p { color: rgb(37,114,110); }
H1.HeaderClassName
{
color: #25726E;
}
.AnyTagClassName
{
color: #25726E;
}
</style>
background-color css
<style>
a { background-color: #25726E; }
a { background-color: rgb(37,114,110); }
div.DivClassName
{
background-color: #25726E;
}
.BgClassName
{
background-color: #25726E;
}
</style>
border-color css
<style>
span { border-color: #25726E; }
span { border-color: rgb(37,114,110); }
td.TdClassName
{
border-color: #25726E;
}
.TagClassName
{
border-color: #25726E;
}
</style>