Shades of Elm #258472
Tints of Elm #258472
RGB
CMYK
RGB Variations
Color information
#258472 (or 0x258472) is known color: Elm. HEX triplet: 25, 84 and 72. RGB value is (37,132,114). Sum of RGB (Red+Green+Blue) = 37+132+114=283 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.07% from 283); Green value is 132 (51.95% from 255 or 46.64% from 283); Blue value is 114 (44.92% from 255 or 40.28% from 283); Max value from RGB is 132 - color contains mainly: green. Hex color #258472 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258472 is #DA7B8D. Grayscale: #656565. Windows color (decimal): -14318478 or 7504933. OLE color: 7504933.
HSL color Cylindrical-coordinate representation of color #258472: hue angle of 168.63º 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 #258472 is Cyan = 0.72, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 37 | 132 | 114 | - |
| CMYK | 0.72 | 0 | 0.14 | 0.48 |
| HSL | 168.63º | 0.56% | 0.33% | - |
| HSV(B) | 168.63º | 0.72% | 0.52% | - |
| XYZ | 12.05 | 18.11 | 18.78 | - |
| YUV | 101.54 | 135.03 | 81.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 132 | 114 | 0.72 | 0 | 0.14 | 0.48 | 168.63 | 0.56 | 0.33 |
| Hex | 25 | 84 | 72 | 48 | 0 | E | 30 | A9 | 38 | 21 |
| Octal | 45 | 204 | 162 | 110 | 0 | 16 | 60 | 251 | 70 | 41 |
| Binary | 100101 | 10000100 | 1110010 | 1001000 | 0 | 1110 | 110000 | 10101001 | 111000 | 100001 |
Color Harmonies of #258472
Complementary color
Monochromatic Colors of #258472
Black with #258472
Text Example
Text Example
White with #258472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258472; }
p { color: rgb(37,132,114); }
H1.HeaderClassName
{
color: #258472;
}
.AnyTagClassName
{
color: #258472;
}
</style>
background-color css
<style>
a { background-color: #258472; }
a { background-color: rgb(37,132,114); }
div.DivClassName
{
background-color: #258472;
}
.BgClassName
{
background-color: #258472;
}
</style>
border-color css
<style>
span { border-color: #258472; }
span { border-color: rgb(37,132,114); }
td.TdClassName
{
border-color: #258472;
}
.TagClassName
{
border-color: #258472;
}
</style>