Shades of Elm #24706E
Tints of Elm #24706E
RGB
CMYK
RGB Variations
Color information
#24706E (or 0x24706E) is known color: Elm. HEX triplet: 24, 70 and 6E. RGB value is (36,112,110). Sum of RGB (Red+Green+Blue) = 36+112+110=258 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.95% from 258); Green value is 112 (44.14% from 255 or 43.41% from 258); Blue value is 110 (43.36% from 255 or 42.64% from 258); Max value from RGB is 112 - color contains mainly: green. Hex color #24706E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24706E is #DB8F91. Grayscale: #585858. Windows color (decimal): -14389138 or 7237668. OLE color: 7237668.
HSL color Cylindrical-coordinate representation of color #24706E: hue angle of 178.42º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #24706E is Cyan = 0.68, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 36 | 112 | 110 | - |
| CMYK | 0.68 | 0 | 0.02 | 0.56 |
| HSL | 178.42º | 0.51% | 0.29% | - |
| HSV(B) | 178.42º | 0.68% | 0.44% | - |
| XYZ | 9.34 | 13.09 | 16.79 | - |
| YUV | 89.05 | 139.82 | 90.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 112 | 110 | 0.68 | 0 | 0.02 | 0.56 | 178.42 | 0.51 | 0.29 |
| Hex | 24 | 70 | 6E | 44 | 0 | 2 | 38 | B2 | 33 | 1D |
| Octal | 44 | 160 | 156 | 104 | 0 | 2 | 70 | 262 | 63 | 35 |
| Binary | 100100 | 1110000 | 1101110 | 1000100 | 0 | 10 | 111000 | 10110010 | 110011 | 11101 |
Color Harmonies of #24706E
Complementary color
Monochromatic Colors of #24706E
Black with #24706E
Text Example
Text Example
White with #24706E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24706E; }
p { color: rgb(36,112,110); }
H1.HeaderClassName
{
color: #24706E;
}
.AnyTagClassName
{
color: #24706E;
}
</style>
background-color css
<style>
a { background-color: #24706E; }
a { background-color: rgb(36,112,110); }
div.DivClassName
{
background-color: #24706E;
}
.BgClassName
{
background-color: #24706E;
}
</style>
border-color css
<style>
span { border-color: #24706E; }
span { border-color: rgb(36,112,110); }
td.TdClassName
{
border-color: #24706E;
}
.TagClassName
{
border-color: #24706E;
}
</style>