Shades of Elm #257675
Tints of Elm #257675
RGB
CMYK
RGB Variations
Color information
#257675 (or 0x257675) is known color: Elm. HEX triplet: 25, 76 and 75. RGB value is (37,118,117). Sum of RGB (Red+Green+Blue) = 37+118+117=272 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.60% from 272); Green value is 118 (46.48% from 255 or 43.38% from 272); Blue value is 117 (46.09% from 255 or 43.01% from 272); Max value from RGB is 118 - color contains mainly: green. Hex color #257675 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257675 is #DA898A. Grayscale: #5D5D5D. Windows color (decimal): -14322059 or 7697957. OLE color: 7697957.
HSL color Cylindrical-coordinate representation of color #257675: hue angle of 179.26º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #257675 is Cyan = 0.69, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 37 | 118 | 117 | - |
| CMYK | 0.69 | 0 | 0.01 | 0.54 |
| HSL | 179.26º | 0.52% | 0.3% | - |
| HSV(B) | 179.26º | 0.69% | 0.46% | - |
| XYZ | 10.45 | 14.63 | 19.1 | - |
| YUV | 93.67 | 141.16 | 87.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 118 | 117 | 0.69 | 0 | 0.01 | 0.54 | 179.26 | 0.52 | 0.3 |
| Hex | 25 | 76 | 75 | 45 | 0 | 1 | 36 | B3 | 34 | 1E |
| Octal | 45 | 166 | 165 | 105 | 0 | 1 | 66 | 263 | 64 | 36 |
| Binary | 100101 | 1110110 | 1110101 | 1000101 | 0 | 1 | 110110 | 10110011 | 110100 | 11110 |
Color Harmonies of #257675
Complementary color
Monochromatic Colors of #257675
Black with #257675
Text Example
Text Example
White with #257675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257675; }
p { color: rgb(37,118,117); }
H1.HeaderClassName
{
color: #257675;
}
.AnyTagClassName
{
color: #257675;
}
</style>
background-color css
<style>
a { background-color: #257675; }
a { background-color: rgb(37,118,117); }
div.DivClassName
{
background-color: #257675;
}
.BgClassName
{
background-color: #257675;
}
</style>
border-color css
<style>
span { border-color: #257675; }
span { border-color: rgb(37,118,117); }
td.TdClassName
{
border-color: #257675;
}
.TagClassName
{
border-color: #257675;
}
</style>