Shades of Elm #25706D
Tints of Elm #25706D
RGB
CMYK
RGB Variations
Color information
#25706D (or 0x25706D) is known color: Elm. HEX triplet: 25, 70 and 6D. RGB value is (37,112,109). Sum of RGB (Red+Green+Blue) = 37+112+109=258 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.34% from 258); Green value is 112 (44.14% from 255 or 43.41% from 258); Blue value is 109 (42.97% from 255 or 42.25% from 258); Max value from RGB is 112 - color contains mainly: green. Hex color #25706D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25706D is #DA8F92. Grayscale: #595959. Windows color (decimal): -14323603 or 7172133. OLE color: 7172133.
HSL color Cylindrical-coordinate representation of color #25706D: hue angle of 177.6º degrees, saturation: 0.5, 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 #25706D is Cyan = 0.67, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 37 | 112 | 109 | - |
| CMYK | 0.67 | 0 | 0.03 | 0.56 |
| HSL | 177.6º | 0.5% | 0.29% | - |
| HSV(B) | 177.6º | 0.67% | 0.44% | - |
| XYZ | 9.32 | 13.09 | 16.5 | - |
| YUV | 89.23 | 139.15 | 90.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 112 | 109 | 0.67 | 0 | 0.03 | 0.56 | 177.6 | 0.5 | 0.29 |
| Hex | 25 | 70 | 6D | 43 | 0 | 3 | 38 | B2 | 32 | 1D |
| Octal | 45 | 160 | 155 | 103 | 0 | 3 | 70 | 262 | 62 | 35 |
| Binary | 100101 | 1110000 | 1101101 | 1000011 | 0 | 11 | 111000 | 10110010 | 110010 | 11101 |
Color Harmonies of #25706D
Complementary color
Monochromatic Colors of #25706D
Black with #25706D
Text Example
Text Example
White with #25706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25706D; }
p { color: rgb(37,112,109); }
H1.HeaderClassName
{
color: #25706D;
}
.AnyTagClassName
{
color: #25706D;
}
</style>
background-color css
<style>
a { background-color: #25706D; }
a { background-color: rgb(37,112,109); }
div.DivClassName
{
background-color: #25706D;
}
.BgClassName
{
background-color: #25706D;
}
</style>
border-color css
<style>
span { border-color: #25706D; }
span { border-color: rgb(37,112,109); }
td.TdClassName
{
border-color: #25706D;
}
.TagClassName
{
border-color: #25706D;
}
</style>