Shades of Elm #258475
Tints of Elm #258475
RGB
CMYK
RGB Variations
Color information
#258475 (or 0x258475) is known color: Elm. HEX triplet: 25, 84 and 75. RGB value is (37,132,117). Sum of RGB (Red+Green+Blue) = 37+132+117=286 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.94% from 286); Green value is 132 (51.95% from 255 or 46.15% from 286); Blue value is 117 (46.09% from 255 or 40.91% from 286); Max value from RGB is 132 - color contains mainly: green. Hex color #258475 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258475 is #DA7B8A. Grayscale: #656565. Windows color (decimal): -14318475 or 7701541. OLE color: 7701541.
HSL color Cylindrical-coordinate representation of color #258475: hue angle of 170.53º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #258475 is Cyan = 0.72, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 37 | 132 | 117 | - |
| CMYK | 0.72 | 0 | 0.11 | 0.48 |
| HSL | 170.53º | 0.56% | 0.33% | - |
| HSV(B) | 170.53º | 0.72% | 0.52% | - |
| XYZ | 12.23 | 18.18 | 19.69 | - |
| YUV | 101.89 | 136.53 | 81.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 132 | 117 | 0.72 | 0 | 0.11 | 0.48 | 170.53 | 0.56 | 0.33 |
| Hex | 25 | 84 | 75 | 48 | 0 | B | 30 | AB | 38 | 21 |
| Octal | 45 | 204 | 165 | 110 | 0 | 13 | 60 | 253 | 70 | 41 |
| Binary | 100101 | 10000100 | 1110101 | 1001000 | 0 | 1011 | 110000 | 10101011 | 111000 | 100001 |
Color Harmonies of #258475
Complementary color
Monochromatic Colors of #258475
Black with #258475
Text Example
Text Example
White with #258475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258475; }
p { color: rgb(37,132,117); }
H1.HeaderClassName
{
color: #258475;
}
.AnyTagClassName
{
color: #258475;
}
</style>
background-color css
<style>
a { background-color: #258475; }
a { background-color: rgb(37,132,117); }
div.DivClassName
{
background-color: #258475;
}
.BgClassName
{
background-color: #258475;
}
</style>
border-color css
<style>
span { border-color: #258475; }
span { border-color: rgb(37,132,117); }
td.TdClassName
{
border-color: #258475;
}
.TagClassName
{
border-color: #258475;
}
</style>