Shades of Elm #25877C
Tints of Elm #25877C
RGB
CMYK
RGB Variations
Color information
#25877C (or 0x25877C) is known color: Elm. HEX triplet: 25, 87 and 7C. RGB value is (37,135,124). Sum of RGB (Red+Green+Blue) = 37+135+124=296 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.5% from 296); Green value is 135 (53.12% from 255 or 45.61% from 296); Blue value is 124 (48.83% from 255 or 41.89% from 296); Max value from RGB is 135 - color contains mainly: green. Hex color #25877C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25877C is #DA7883. Grayscale: #686868. Windows color (decimal): -14317700 or 8161061. OLE color: 8161061.
HSL color Cylindrical-coordinate representation of color #25877C: hue angle of 173.27º 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 #25877C is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 37 | 135 | 124 | - |
| CMYK | 0.73 | 0 | 0.08 | 0.47 |
| HSL | 173.27º | 0.57% | 0.34% | - |
| HSV(B) | 173.27º | 0.73% | 0.53% | - |
| XYZ | 13.07 | 19.18 | 22.08 | - |
| YUV | 104.44 | 139.03 | 79.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 135 | 124 | 0.73 | 0 | 0.08 | 0.47 | 173.27 | 0.57 | 0.34 |
| Hex | 25 | 87 | 7C | 49 | 0 | 8 | 2F | AD | 39 | 22 |
| Octal | 45 | 207 | 174 | 111 | 0 | 10 | 57 | 255 | 71 | 42 |
| Binary | 100101 | 10000111 | 1111100 | 1001001 | 0 | 1000 | 101111 | 10101101 | 111001 | 100010 |
Color Harmonies of #25877C
Complementary color
Monochromatic Colors of #25877C
Black with #25877C
Text Example
Text Example
White with #25877C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25877C; }
p { color: rgb(37,135,124); }
H1.HeaderClassName
{
color: #25877C;
}
.AnyTagClassName
{
color: #25877C;
}
</style>
background-color css
<style>
a { background-color: #25877C; }
a { background-color: rgb(37,135,124); }
div.DivClassName
{
background-color: #25877C;
}
.BgClassName
{
background-color: #25877C;
}
</style>
border-color css
<style>
span { border-color: #25877C; }
span { border-color: rgb(37,135,124); }
td.TdClassName
{
border-color: #25877C;
}
.TagClassName
{
border-color: #25877C;
}
</style>