Shades of Elm #248178
Tints of Elm #248178
RGB
CMYK
RGB Variations
Color information
#248178 (or 0x248178) is known color: Elm. HEX triplet: 24, 81 and 78. RGB value is (36,129,120). Sum of RGB (Red+Green+Blue) = 36+129+120=285 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.63% from 285); Green value is 129 (50.78% from 255 or 45.26% from 285); Blue value is 120 (47.27% from 255 or 42.11% from 285); Max value from RGB is 129 - color contains mainly: green. Hex color #248178 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248178 is #DB7E87. Grayscale: #646464. Windows color (decimal): -14384776 or 7897380. OLE color: 7897380.
HSL color Cylindrical-coordinate representation of color #248178: hue angle of 174.19º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #248178 is Cyan = 0.72, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 36 | 129 | 120 | - |
| CMYK | 0.72 | 0 | 0.07 | 0.49 |
| HSL | 174.19º | 0.56% | 0.32% | - |
| HSV(B) | 174.19º | 0.72% | 0.51% | - |
| XYZ | 11.97 | 17.43 | 20.5 | - |
| YUV | 100.17 | 139.19 | 82.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 129 | 120 | 0.72 | 0 | 0.07 | 0.49 | 174.19 | 0.56 | 0.32 |
| Hex | 24 | 81 | 78 | 48 | 0 | 7 | 31 | AE | 38 | 20 |
| Octal | 44 | 201 | 170 | 110 | 0 | 7 | 61 | 256 | 70 | 40 |
| Binary | 100100 | 10000001 | 1111000 | 1001000 | 0 | 111 | 110001 | 10101110 | 111000 | 100000 |
Color Harmonies of #248178
Complementary color
Monochromatic Colors of #248178
Black with #248178
Text Example
Text Example
White with #248178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248178; }
p { color: rgb(36,129,120); }
H1.HeaderClassName
{
color: #248178;
}
.AnyTagClassName
{
color: #248178;
}
</style>
background-color css
<style>
a { background-color: #248178; }
a { background-color: rgb(36,129,120); }
div.DivClassName
{
background-color: #248178;
}
.BgClassName
{
background-color: #248178;
}
</style>
border-color css
<style>
span { border-color: #248178; }
span { border-color: rgb(36,129,120); }
td.TdClassName
{
border-color: #248178;
}
.TagClassName
{
border-color: #248178;
}
</style>