Shades of Elm #247575
Tints of Elm #247575
RGB
CMYK
RGB Variations
Color information
#247575 (or 0x247575) is known color: Elm. HEX triplet: 24, 75 and 75. RGB value is (36,117,117). Sum of RGB (Red+Green+Blue) = 36+117+117=270 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.33% from 270); Green value is 117 (46.09% from 255 or 43.33% from 270); Blue value is 117 (46.09% from 255 or 43.33% from 270); Max value from RGB is 117 - color contains mainly: green, blue. Hex color #247575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247575 is #DB8A8A. Grayscale: #5C5C5C. Windows color (decimal): -14387851 or 7697700. OLE color: 7697700.
HSL color Cylindrical-coordinate representation of color #247575: hue angle of 180º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #247575 is Cyan = 0.69, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 36 | 117 | 117 | - |
| CMYK | 0.69 | 0 | 0 | 0.54 |
| HSL | 180º | 0.53% | 0.3% | - |
| HSV(B) | 180º | 0.69% | 0.46% | - |
| XYZ | 10.3 | 14.38 | 19.06 | - |
| YUV | 92.78 | 141.66 | 87.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 117 | 117 | 0.69 | 0 | 0 | 0.54 | 180 | 0.53 | 0.3 |
| Hex | 24 | 75 | 75 | 45 | 0 | 0 | 36 | B4 | 35 | 1E |
| Octal | 44 | 165 | 165 | 105 | 0 | 0 | 66 | 264 | 65 | 36 |
| Binary | 100100 | 1110101 | 1110101 | 1000101 | 0 | 0 | 110110 | 10110100 | 110101 | 11110 |
Color Harmonies of #247575
Complementary color
Monochromatic Colors of #247575
Black with #247575
Text Example
Text Example
White with #247575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247575; }
p { color: rgb(36,117,117); }
H1.HeaderClassName
{
color: #247575;
}
.AnyTagClassName
{
color: #247575;
}
</style>
background-color css
<style>
a { background-color: #247575; }
a { background-color: rgb(36,117,117); }
div.DivClassName
{
background-color: #247575;
}
.BgClassName
{
background-color: #247575;
}
</style>
border-color css
<style>
span { border-color: #247575; }
span { border-color: rgb(36,117,117); }
td.TdClassName
{
border-color: #247575;
}
.TagClassName
{
border-color: #247575;
}
</style>