Shades of Elm #259180
Tints of Elm #259180
RGB
CMYK
RGB Variations
Color information
#259180 (or 0x259180) is known color: Elm. HEX triplet: 25, 91 and 80. RGB value is (37,145,128). Sum of RGB (Red+Green+Blue) = 37+145+128=310 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.94% from 310); Green value is 145 (57.03% from 255 or 46.77% from 310); Blue value is 128 (50.39% from 255 or 41.29% from 310); Max value from RGB is 145 - color contains mainly: green. Hex color #259180 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259180 is #DA6E7F. Grayscale: #6E6E6E. Windows color (decimal): -14315136 or 8425765. OLE color: 8425765.
HSL color Cylindrical-coordinate representation of color #259180: hue angle of 170.56º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #259180 is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 37 | 145 | 128 | - |
| CMYK | 0.74 | 0 | 0.12 | 0.43 |
| HSL | 170.56º | 0.59% | 0.36% | - |
| HSV(B) | 170.56º | 0.74% | 0.57% | - |
| XYZ | 14.78 | 22.2 | 23.93 | - |
| YUV | 110.77 | 137.72 | 75.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 145 | 128 | 0.74 | 0 | 0.12 | 0.43 | 170.56 | 0.59 | 0.36 |
| Hex | 25 | 91 | 80 | 4A | 0 | C | 2B | AB | 3B | 24 |
| Octal | 45 | 221 | 200 | 112 | 0 | 14 | 53 | 253 | 73 | 44 |
| Binary | 100101 | 10010001 | 10000000 | 1001010 | 0 | 1100 | 101011 | 10101011 | 111011 | 100100 |
Color Harmonies of #259180
Complementary color
Monochromatic Colors of #259180
Black with #259180
Text Example
Text Example
White with #259180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259180; }
p { color: rgb(37,145,128); }
H1.HeaderClassName
{
color: #259180;
}
.AnyTagClassName
{
color: #259180;
}
</style>
background-color css
<style>
a { background-color: #259180; }
a { background-color: rgb(37,145,128); }
div.DivClassName
{
background-color: #259180;
}
.BgClassName
{
background-color: #259180;
}
</style>
border-color css
<style>
span { border-color: #259180; }
span { border-color: rgb(37,145,128); }
td.TdClassName
{
border-color: #259180;
}
.TagClassName
{
border-color: #259180;
}
</style>