Shades of Elm #258781
Tints of Elm #258781
RGB
CMYK
RGB Variations
Color information
#258781 (or 0x258781) is known color: Elm. HEX triplet: 25, 87 and 81. RGB value is (37,135,129). Sum of RGB (Red+Green+Blue) = 37+135+129=301 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.29% from 301); Green value is 135 (53.12% from 255 or 44.85% from 301); Blue value is 129 (50.78% from 255 or 42.86% from 301); Max value from RGB is 135 - color contains mainly: green. Hex color #258781 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258781 is #DA787E. Grayscale: #686868. Windows color (decimal): -14317695 or 8488741. OLE color: 8488741.
HSL color Cylindrical-coordinate representation of color #258781: hue angle of 176.33º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #258781 is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 37 | 135 | 129 | - |
| CMYK | 0.73 | 0 | 0.04 | 0.47 |
| HSL | 176.33º | 0.57% | 0.34% | - |
| HSV(B) | 176.33º | 0.73% | 0.53% | - |
| XYZ | 13.39 | 19.31 | 23.79 | - |
| YUV | 105.01 | 141.53 | 79.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 135 | 129 | 0.73 | 0 | 0.04 | 0.47 | 176.33 | 0.57 | 0.34 |
| Hex | 25 | 87 | 81 | 49 | 0 | 4 | 2F | B0 | 39 | 22 |
| Octal | 45 | 207 | 201 | 111 | 0 | 4 | 57 | 260 | 71 | 42 |
| Binary | 100101 | 10000111 | 10000001 | 1001001 | 0 | 100 | 101111 | 10110000 | 111001 | 100010 |
Color Harmonies of #258781
Complementary color
Monochromatic Colors of #258781
Black with #258781
Text Example
Text Example
White with #258781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258781; }
p { color: rgb(37,135,129); }
H1.HeaderClassName
{
color: #258781;
}
.AnyTagClassName
{
color: #258781;
}
</style>
background-color css
<style>
a { background-color: #258781; }
a { background-color: rgb(37,135,129); }
div.DivClassName
{
background-color: #258781;
}
.BgClassName
{
background-color: #258781;
}
</style>
border-color css
<style>
span { border-color: #258781; }
span { border-color: rgb(37,135,129); }
td.TdClassName
{
border-color: #258781;
}
.TagClassName
{
border-color: #258781;
}
</style>