Shades of Elm #258278
Tints of Elm #258278
RGB
CMYK
RGB Variations
Color information
#258278 (or 0x258278) is known color: Elm. HEX triplet: 25, 82 and 78. RGB value is (37,130,120). Sum of RGB (Red+Green+Blue) = 37+130+120=287 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.89% from 287); Green value is 130 (51.17% from 255 or 45.30% from 287); Blue value is 120 (47.27% from 255 or 41.81% from 287); Max value from RGB is 130 - color contains mainly: green. Hex color #258278 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258278 is #DA7D87. Grayscale: #656565. Windows color (decimal): -14318984 or 7897637. OLE color: 7897637.
HSL color Cylindrical-coordinate representation of color #258278: hue angle of 173.55º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #258278 is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 37 | 130 | 120 | - |
| CMYK | 0.72 | 0 | 0.08 | 0.49 |
| HSL | 173.55º | 0.56% | 0.33% | - |
| HSV(B) | 173.55º | 0.72% | 0.51% | - |
| XYZ | 12.14 | 17.71 | 20.55 | - |
| YUV | 101.05 | 138.69 | 82.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 130 | 120 | 0.72 | 0 | 0.08 | 0.49 | 173.55 | 0.56 | 0.33 |
| Hex | 25 | 82 | 78 | 48 | 0 | 8 | 31 | AE | 38 | 21 |
| Octal | 45 | 202 | 170 | 110 | 0 | 10 | 61 | 256 | 70 | 41 |
| Binary | 100101 | 10000010 | 1111000 | 1001000 | 0 | 1000 | 110001 | 10101110 | 111000 | 100001 |
Color Harmonies of #258278
Complementary color
Monochromatic Colors of #258278
Black with #258278
Text Example
Text Example
White with #258278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258278; }
p { color: rgb(37,130,120); }
H1.HeaderClassName
{
color: #258278;
}
.AnyTagClassName
{
color: #258278;
}
</style>
background-color css
<style>
a { background-color: #258278; }
a { background-color: rgb(37,130,120); }
div.DivClassName
{
background-color: #258278;
}
.BgClassName
{
background-color: #258278;
}
</style>
border-color css
<style>
span { border-color: #258278; }
span { border-color: rgb(37,130,120); }
td.TdClassName
{
border-color: #258278;
}
.TagClassName
{
border-color: #258278;
}
</style>