Shades of Elm #248576
Tints of Elm #248576
RGB
CMYK
RGB Variations
Color information
#248576 (or 0x248576) is known color: Elm. HEX triplet: 24, 85 and 76. RGB value is (36,133,118). Sum of RGB (Red+Green+Blue) = 36+133+118=287 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.54% from 287); Green value is 133 (52.34% from 255 or 46.34% from 287); Blue value is 118 (46.48% from 255 or 41.11% from 287); Max value from RGB is 133 - color contains mainly: green. Hex color #248576 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248576 is #DB7A89. Grayscale: #666666. Windows color (decimal): -14383754 or 7767332. OLE color: 7767332.
HSL color Cylindrical-coordinate representation of color #248576: hue angle of 170.72º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #248576 is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 36 | 133 | 118 | - |
| CMYK | 0.73 | 0 | 0.11 | 0.48 |
| HSL | 170.72º | 0.57% | 0.33% | - |
| HSV(B) | 170.72º | 0.73% | 0.52% | - |
| XYZ | 12.39 | 18.46 | 20.05 | - |
| YUV | 102.29 | 136.86 | 80.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 133 | 118 | 0.73 | 0 | 0.11 | 0.48 | 170.72 | 0.57 | 0.33 |
| Hex | 24 | 85 | 76 | 49 | 0 | B | 30 | AB | 39 | 21 |
| Octal | 44 | 205 | 166 | 111 | 0 | 13 | 60 | 253 | 71 | 41 |
| Binary | 100100 | 10000101 | 1110110 | 1001001 | 0 | 1011 | 110000 | 10101011 | 111001 | 100001 |
Color Harmonies of #248576
Complementary color
Monochromatic Colors of #248576
Black with #248576
Text Example
Text Example
White with #248576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248576; }
p { color: rgb(36,133,118); }
H1.HeaderClassName
{
color: #248576;
}
.AnyTagClassName
{
color: #248576;
}
</style>
background-color css
<style>
a { background-color: #248576; }
a { background-color: rgb(36,133,118); }
div.DivClassName
{
background-color: #248576;
}
.BgClassName
{
background-color: #248576;
}
</style>
border-color css
<style>
span { border-color: #248576; }
span { border-color: rgb(36,133,118); }
td.TdClassName
{
border-color: #248576;
}
.TagClassName
{
border-color: #248576;
}
</style>