Shades of Elm #258279
Tints of Elm #258279
RGB
CMYK
RGB Variations
Color information
#258279 (or 0x258279) is known color: Elm. HEX triplet: 25, 82 and 79. RGB value is (37,130,121). Sum of RGB (Red+Green+Blue) = 37+130+121=288 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.85% from 288); Green value is 130 (51.17% from 255 or 45.14% from 288); Blue value is 121 (47.66% from 255 or 42.01% from 288); Max value from RGB is 130 - color contains mainly: green. Hex color #258279 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258279 is #DA7D86. Grayscale: #656565. Windows color (decimal): -14318983 or 7963173. OLE color: 7963173.
HSL color Cylindrical-coordinate representation of color #258279: hue angle of 174.19º 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 #258279 is Cyan = 0.72, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 37 | 130 | 121 | - |
| CMYK | 0.72 | 0 | 0.07 | 0.49 |
| HSL | 174.19º | 0.56% | 0.33% | - |
| HSV(B) | 174.19º | 0.72% | 0.51% | - |
| XYZ | 12.2 | 17.74 | 20.87 | - |
| YUV | 101.17 | 139.19 | 82.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 130 | 121 | 0.72 | 0 | 0.07 | 0.49 | 174.19 | 0.56 | 0.33 |
| Hex | 25 | 82 | 79 | 48 | 0 | 7 | 31 | AE | 38 | 21 |
| Octal | 45 | 202 | 171 | 110 | 0 | 7 | 61 | 256 | 70 | 41 |
| Binary | 100101 | 10000010 | 1111001 | 1001000 | 0 | 111 | 110001 | 10101110 | 111000 | 100001 |
Color Harmonies of #258279
Complementary color
Monochromatic Colors of #258279
Black with #258279
Text Example
Text Example
White with #258279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258279; }
p { color: rgb(37,130,121); }
H1.HeaderClassName
{
color: #258279;
}
.AnyTagClassName
{
color: #258279;
}
</style>
background-color css
<style>
a { background-color: #258279; }
a { background-color: rgb(37,130,121); }
div.DivClassName
{
background-color: #258279;
}
.BgClassName
{
background-color: #258279;
}
</style>
border-color css
<style>
span { border-color: #258279; }
span { border-color: rgb(37,130,121); }
td.TdClassName
{
border-color: #258279;
}
.TagClassName
{
border-color: #258279;
}
</style>