Shades of Elm #25877B
Tints of Elm #25877B
RGB
CMYK
RGB Variations
Color information
#25877B (or 0x25877B) is known color: Elm. HEX triplet: 25, 87 and 7B. RGB value is (37,135,123). Sum of RGB (Red+Green+Blue) = 37+135+123=295 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.54% from 295); Green value is 135 (53.12% from 255 or 45.76% from 295); Blue value is 123 (48.44% from 255 or 41.69% from 295); Max value from RGB is 135 - color contains mainly: green. Hex color #25877B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25877B is #DA7884. Grayscale: #686868. Windows color (decimal): -14317701 or 8095525. OLE color: 8095525.
HSL color Cylindrical-coordinate representation of color #25877B: hue angle of 172.65º 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 #25877B is Cyan = 0.73, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 37 | 135 | 123 | - |
| CMYK | 0.73 | 0 | 0.09 | 0.47 |
| HSL | 172.65º | 0.57% | 0.34% | - |
| HSV(B) | 172.65º | 0.73% | 0.53% | - |
| XYZ | 13 | 19.15 | 21.75 | - |
| YUV | 104.33 | 138.53 | 79.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 135 | 123 | 0.73 | 0 | 0.09 | 0.47 | 172.65 | 0.57 | 0.34 |
| Hex | 25 | 87 | 7B | 49 | 0 | 9 | 2F | AD | 39 | 22 |
| Octal | 45 | 207 | 173 | 111 | 0 | 11 | 57 | 255 | 71 | 42 |
| Binary | 100101 | 10000111 | 1111011 | 1001001 | 0 | 1001 | 101111 | 10101101 | 111001 | 100010 |
Color Harmonies of #25877B
Complementary color
Monochromatic Colors of #25877B
Black with #25877B
Text Example
Text Example
White with #25877B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25877B; }
p { color: rgb(37,135,123); }
H1.HeaderClassName
{
color: #25877B;
}
.AnyTagClassName
{
color: #25877B;
}
</style>
background-color css
<style>
a { background-color: #25877B; }
a { background-color: rgb(37,135,123); }
div.DivClassName
{
background-color: #25877B;
}
.BgClassName
{
background-color: #25877B;
}
</style>
border-color css
<style>
span { border-color: #25877B; }
span { border-color: rgb(37,135,123); }
td.TdClassName
{
border-color: #25877B;
}
.TagClassName
{
border-color: #25877B;
}
</style>