Shades of Elm #258478
Tints of Elm #258478
RGB
CMYK
RGB Variations
Color information
#258478 (or 0x258478) is known color: Elm. HEX triplet: 25, 84 and 78. RGB value is (37,132,120). Sum of RGB (Red+Green+Blue) = 37+132+120=289 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.80% from 289); Green value is 132 (51.95% from 255 or 45.67% from 289); Blue value is 120 (47.27% from 255 or 41.52% from 289); Max value from RGB is 132 - color contains mainly: green. Hex color #258478 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258478 is #DA7B87. Grayscale: #666666. Windows color (decimal): -14318472 or 7898149. OLE color: 7898149.
HSL color Cylindrical-coordinate representation of color #258478: hue angle of 172.42º 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 #258478 is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 37 | 132 | 120 | - |
| CMYK | 0.72 | 0 | 0.09 | 0.48 |
| HSL | 172.42º | 0.56% | 0.33% | - |
| HSV(B) | 172.42º | 0.72% | 0.52% | - |
| XYZ | 12.4 | 18.25 | 20.64 | - |
| YUV | 102.23 | 138.03 | 81.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 132 | 120 | 0.72 | 0 | 0.09 | 0.48 | 172.42 | 0.56 | 0.33 |
| Hex | 25 | 84 | 78 | 48 | 0 | 9 | 30 | AC | 38 | 21 |
| Octal | 45 | 204 | 170 | 110 | 0 | 11 | 60 | 254 | 70 | 41 |
| Binary | 100101 | 10000100 | 1111000 | 1001000 | 0 | 1001 | 110000 | 10101100 | 111000 | 100001 |
Color Harmonies of #258478
Complementary color
Monochromatic Colors of #258478
Black with #258478
Text Example
Text Example
White with #258478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258478; }
p { color: rgb(37,132,120); }
H1.HeaderClassName
{
color: #258478;
}
.AnyTagClassName
{
color: #258478;
}
</style>
background-color css
<style>
a { background-color: #258478; }
a { background-color: rgb(37,132,120); }
div.DivClassName
{
background-color: #258478;
}
.BgClassName
{
background-color: #258478;
}
</style>
border-color css
<style>
span { border-color: #258478; }
span { border-color: rgb(37,132,120); }
td.TdClassName
{
border-color: #258478;
}
.TagClassName
{
border-color: #258478;
}
</style>