Shades of Elm #248577
Tints of Elm #248577
RGB
CMYK
RGB Variations
Color information
#248577 (or 0x248577) is known color: Elm. HEX triplet: 24, 85 and 77. RGB value is (36,133,119). Sum of RGB (Red+Green+Blue) = 36+133+119=288 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.5% from 288); Green value is 133 (52.34% from 255 or 46.18% from 288); Blue value is 119 (46.88% from 255 or 41.32% from 288); Max value from RGB is 133 - color contains mainly: green. Hex color #248577 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248577 is #DB7A88. Grayscale: #666666. Windows color (decimal): -14383753 or 7832868. OLE color: 7832868.
HSL color Cylindrical-coordinate representation of color #248577: hue angle of 171.34º 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 #248577 is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 36 | 133 | 119 | - |
| CMYK | 0.73 | 0 | 0.11 | 0.48 |
| HSL | 171.34º | 0.57% | 0.33% | - |
| HSV(B) | 171.34º | 0.73% | 0.52% | - |
| XYZ | 12.44 | 18.48 | 20.36 | - |
| YUV | 102.4 | 137.36 | 80.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 133 | 119 | 0.73 | 0 | 0.11 | 0.48 | 171.34 | 0.57 | 0.33 |
| Hex | 24 | 85 | 77 | 49 | 0 | B | 30 | AB | 39 | 21 |
| Octal | 44 | 205 | 167 | 111 | 0 | 13 | 60 | 253 | 71 | 41 |
| Binary | 100100 | 10000101 | 1110111 | 1001001 | 0 | 1011 | 110000 | 10101011 | 111001 | 100001 |
Color Harmonies of #248577
Complementary color
Monochromatic Colors of #248577
Black with #248577
Text Example
Text Example
White with #248577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248577; }
p { color: rgb(36,133,119); }
H1.HeaderClassName
{
color: #248577;
}
.AnyTagClassName
{
color: #248577;
}
</style>
background-color css
<style>
a { background-color: #248577; }
a { background-color: rgb(36,133,119); }
div.DivClassName
{
background-color: #248577;
}
.BgClassName
{
background-color: #248577;
}
</style>
border-color css
<style>
span { border-color: #248577; }
span { border-color: rgb(36,133,119); }
td.TdClassName
{
border-color: #248577;
}
.TagClassName
{
border-color: #248577;
}
</style>