Shades of Elm #25877D
Tints of Elm #25877D
RGB
CMYK
RGB Variations
Color information
#25877D (or 0x25877D) is known color: Elm. HEX triplet: 25, 87 and 7D. RGB value is (37,135,125). Sum of RGB (Red+Green+Blue) = 37+135+125=297 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.46% from 297); Green value is 135 (53.12% from 255 or 45.45% from 297); Blue value is 125 (49.22% from 255 or 42.09% from 297); Max value from RGB is 135 - color contains mainly: green. Hex color #25877D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25877D is #DA7882. Grayscale: #686868. Windows color (decimal): -14317699 or 8226597. OLE color: 8226597.
HSL color Cylindrical-coordinate representation of color #25877D: hue angle of 173.88º 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 #25877D is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 37 | 135 | 125 | - |
| CMYK | 0.73 | 0 | 0.07 | 0.47 |
| HSL | 173.88º | 0.57% | 0.34% | - |
| HSV(B) | 173.88º | 0.73% | 0.53% | - |
| XYZ | 13.13 | 19.2 | 22.42 | - |
| YUV | 104.56 | 139.53 | 79.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 135 | 125 | 0.73 | 0 | 0.07 | 0.47 | 173.88 | 0.57 | 0.34 |
| Hex | 25 | 87 | 7D | 49 | 0 | 7 | 2F | AE | 39 | 22 |
| Octal | 45 | 207 | 175 | 111 | 0 | 7 | 57 | 256 | 71 | 42 |
| Binary | 100101 | 10000111 | 1111101 | 1001001 | 0 | 111 | 101111 | 10101110 | 111001 | 100010 |
Color Harmonies of #25877D
Complementary color
Monochromatic Colors of #25877D
Black with #25877D
Text Example
Text Example
White with #25877D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25877D; }
p { color: rgb(37,135,125); }
H1.HeaderClassName
{
color: #25877D;
}
.AnyTagClassName
{
color: #25877D;
}
</style>
background-color css
<style>
a { background-color: #25877D; }
a { background-color: rgb(37,135,125); }
div.DivClassName
{
background-color: #25877D;
}
.BgClassName
{
background-color: #25877D;
}
</style>
border-color css
<style>
span { border-color: #25877D; }
span { border-color: rgb(37,135,125); }
td.TdClassName
{
border-color: #25877D;
}
.TagClassName
{
border-color: #25877D;
}
</style>