Shades of Elm #25827C
Tints of Elm #25827C
RGB
CMYK
RGB Variations
Color information
#25827C (or 0x25827C) is known color: Elm. HEX triplet: 25, 82 and 7C. RGB value is (37,130,124). Sum of RGB (Red+Green+Blue) = 37+130+124=291 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.71% from 291); Green value is 130 (51.17% from 255 or 44.67% from 291); Blue value is 124 (48.83% from 255 or 42.61% from 291); Max value from RGB is 130 - color contains mainly: green. Hex color #25827C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25827C is #DA7D83. Grayscale: #656565. Windows color (decimal): -14318980 or 8159781. OLE color: 8159781.
HSL color Cylindrical-coordinate representation of color #25827C: hue angle of 176.13º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #25827C is Cyan = 0.72, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 37 | 130 | 124 | - |
| CMYK | 0.72 | 0 | 0.05 | 0.49 |
| HSL | 176.13º | 0.56% | 0.33% | - |
| HSV(B) | 176.13º | 0.72% | 0.51% | - |
| XYZ | 12.38 | 17.81 | 21.85 | - |
| YUV | 101.51 | 140.69 | 81.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 130 | 124 | 0.72 | 0 | 0.05 | 0.49 | 176.13 | 0.56 | 0.33 |
| Hex | 25 | 82 | 7C | 48 | 0 | 5 | 31 | B0 | 38 | 21 |
| Octal | 45 | 202 | 174 | 110 | 0 | 5 | 61 | 260 | 70 | 41 |
| Binary | 100101 | 10000010 | 1111100 | 1001000 | 0 | 101 | 110001 | 10110000 | 111000 | 100001 |
Color Harmonies of #25827C
Complementary color
Monochromatic Colors of #25827C
Black with #25827C
Text Example
Text Example
White with #25827C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25827C; }
p { color: rgb(37,130,124); }
H1.HeaderClassName
{
color: #25827C;
}
.AnyTagClassName
{
color: #25827C;
}
</style>
background-color css
<style>
a { background-color: #25827C; }
a { background-color: rgb(37,130,124); }
div.DivClassName
{
background-color: #25827C;
}
.BgClassName
{
background-color: #25827C;
}
</style>
border-color css
<style>
span { border-color: #25827C; }
span { border-color: rgb(37,130,124); }
td.TdClassName
{
border-color: #25827C;
}
.TagClassName
{
border-color: #25827C;
}
</style>