Shades of Elm #24706F
Tints of Elm #24706F
RGB
CMYK
RGB Variations
Color information
#24706F (or 0x24706F) is known color: Elm. HEX triplet: 24, 70 and 6F. RGB value is (36,112,111). Sum of RGB (Red+Green+Blue) = 36+112+111=259 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.90% from 259); Green value is 112 (44.14% from 255 or 43.24% from 259); Blue value is 111 (43.75% from 255 or 42.86% from 259); Max value from RGB is 112 - color contains mainly: green. Hex color #24706F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24706F is #DB8F90. Grayscale: #595959. Windows color (decimal): -14389137 or 7303204. OLE color: 7303204.
HSL color Cylindrical-coordinate representation of color #24706F: hue angle of 179.21º 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 #24706F is Cyan = 0.68, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 36 | 112 | 111 | - |
| CMYK | 0.68 | 0 | 0.01 | 0.56 |
| HSL | 179.21º | 0.51% | 0.29% | - |
| HSV(B) | 179.21º | 0.68% | 0.44% | - |
| XYZ | 9.39 | 13.11 | 17.07 | - |
| YUV | 89.16 | 140.32 | 90.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 112 | 111 | 0.68 | 0 | 0.01 | 0.56 | 179.21 | 0.51 | 0.29 |
| Hex | 24 | 70 | 6F | 44 | 0 | 1 | 38 | B3 | 33 | 1D |
| Octal | 44 | 160 | 157 | 104 | 0 | 1 | 70 | 263 | 63 | 35 |
| Binary | 100100 | 1110000 | 1101111 | 1000100 | 0 | 1 | 111000 | 10110011 | 110011 | 11101 |
Color Harmonies of #24706F
Complementary color
Monochromatic Colors of #24706F
Black with #24706F
Text Example
Text Example
White with #24706F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24706F; }
p { color: rgb(36,112,111); }
H1.HeaderClassName
{
color: #24706F;
}
.AnyTagClassName
{
color: #24706F;
}
</style>
background-color css
<style>
a { background-color: #24706F; }
a { background-color: rgb(36,112,111); }
div.DivClassName
{
background-color: #24706F;
}
.BgClassName
{
background-color: #24706F;
}
</style>
border-color css
<style>
span { border-color: #24706F; }
span { border-color: rgb(36,112,111); }
td.TdClassName
{
border-color: #24706F;
}
.TagClassName
{
border-color: #24706F;
}
</style>