Shades of Elm #25716B
Tints of Elm #25716B
RGB
CMYK
RGB Variations
Color information
#25716B (or 0x25716B) is known color: Elm. HEX triplet: 25, 71 and 6B. RGB value is (37,113,107). Sum of RGB (Red+Green+Blue) = 37+113+107=257 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.40% from 257); Green value is 113 (44.53% from 255 or 43.97% from 257); Blue value is 107 (42.19% from 255 or 41.63% from 257); Max value from RGB is 113 - color contains mainly: green. Hex color #25716B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25716B is #DA8E94. Grayscale: #595959. Windows color (decimal): -14323349 or 7041317. OLE color: 7041317.
HSL color Cylindrical-coordinate representation of color #25716B: hue angle of 175.26º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #25716B is Cyan = 0.67, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 37 | 113 | 107 | - |
| CMYK | 0.67 | 0 | 0.05 | 0.56 |
| HSL | 175.26º | 0.51% | 0.29% | - |
| HSV(B) | 175.26º | 0.67% | 0.44% | - |
| XYZ | 9.32 | 13.27 | 15.98 | - |
| YUV | 89.59 | 137.82 | 90.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 113 | 107 | 0.67 | 0 | 0.05 | 0.56 | 175.26 | 0.51 | 0.29 |
| Hex | 25 | 71 | 6B | 43 | 0 | 5 | 38 | AF | 33 | 1D |
| Octal | 45 | 161 | 153 | 103 | 0 | 5 | 70 | 257 | 63 | 35 |
| Binary | 100101 | 1110001 | 1101011 | 1000011 | 0 | 101 | 111000 | 10101111 | 110011 | 11101 |
Color Harmonies of #25716B
Complementary color
Monochromatic Colors of #25716B
Black with #25716B
Text Example
Text Example
White with #25716B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25716B; }
p { color: rgb(37,113,107); }
H1.HeaderClassName
{
color: #25716B;
}
.AnyTagClassName
{
color: #25716B;
}
</style>
background-color css
<style>
a { background-color: #25716B; }
a { background-color: rgb(37,113,107); }
div.DivClassName
{
background-color: #25716B;
}
.BgClassName
{
background-color: #25716B;
}
</style>
border-color css
<style>
span { border-color: #25716B; }
span { border-color: rgb(37,113,107); }
td.TdClassName
{
border-color: #25716B;
}
.TagClassName
{
border-color: #25716B;
}
</style>