Shades of Elm #248475
Tints of Elm #248475
RGB
CMYK
RGB Variations
Color information
#248475 (or 0x248475) is known color: Elm. HEX triplet: 24, 84 and 75. RGB value is (36,132,117). Sum of RGB (Red+Green+Blue) = 36+132+117=285 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.63% from 285); Green value is 132 (51.95% from 255 or 46.32% from 285); Blue value is 117 (46.09% from 255 or 41.05% from 285); Max value from RGB is 132 - color contains mainly: green. Hex color #248475 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248475 is #DB7B8A. Grayscale: #656565. Windows color (decimal): -14384011 or 7701540. OLE color: 7701540.
HSL color Cylindrical-coordinate representation of color #248475: hue angle of 170.62º 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 #248475 is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 36 | 132 | 117 | - |
| CMYK | 0.73 | 0 | 0.11 | 0.48 |
| HSL | 170.63º | 0.57% | 0.33% | - |
| HSV(B) | 170.63º | 0.73% | 0.52% | - |
| XYZ | 12.19 | 18.16 | 19.69 | - |
| YUV | 101.59 | 136.7 | 81.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 132 | 117 | 0.73 | 0 | 0.11 | 0.48 | 170.63 | 0.57 | 0.33 |
| Hex | 24 | 84 | 75 | 49 | 0 | B | 30 | AB | 39 | 21 |
| Octal | 44 | 204 | 165 | 111 | 0 | 13 | 60 | 253 | 71 | 41 |
| Binary | 100100 | 10000100 | 1110101 | 1001001 | 0 | 1011 | 110000 | 10101011 | 111001 | 100001 |
Color Harmonies of #248475
Complementary color
Monochromatic Colors of #248475
Black with #248475
Text Example
Text Example
White with #248475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248475; }
p { color: rgb(36,132,117); }
H1.HeaderClassName
{
color: #248475;
}
.AnyTagClassName
{
color: #248475;
}
</style>
background-color css
<style>
a { background-color: #248475; }
a { background-color: rgb(36,132,117); }
div.DivClassName
{
background-color: #248475;
}
.BgClassName
{
background-color: #248475;
}
</style>
border-color css
<style>
span { border-color: #248475; }
span { border-color: rgb(36,132,117); }
td.TdClassName
{
border-color: #248475;
}
.TagClassName
{
border-color: #248475;
}
</style>