Shades of Elm #248778
Tints of Elm #248778
RGB
CMYK
RGB Variations
Color information
#248778 (or 0x248778) is known color: Elm. HEX triplet: 24, 87 and 78. RGB value is (36,135,120). Sum of RGB (Red+Green+Blue) = 36+135+120=291 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.37% from 291); Green value is 135 (53.12% from 255 or 46.39% from 291); Blue value is 120 (47.27% from 255 or 41.24% from 291); Max value from RGB is 135 - color contains mainly: green. Hex color #248778 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248778 is #DB7887. Grayscale: #676767. Windows color (decimal): -14383240 or 7898916. OLE color: 7898916.
HSL color Cylindrical-coordinate representation of color #248778: hue angle of 170.91º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #248778 is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 36 | 135 | 120 | - |
| CMYK | 0.73 | 0 | 0.11 | 0.47 |
| HSL | 170.91º | 0.58% | 0.34% | - |
| HSV(B) | 170.91º | 0.73% | 0.53% | - |
| XYZ | 12.78 | 19.06 | 20.77 | - |
| YUV | 103.69 | 137.2 | 79.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 135 | 120 | 0.73 | 0 | 0.11 | 0.47 | 170.91 | 0.58 | 0.34 |
| Hex | 24 | 87 | 78 | 49 | 0 | B | 2F | AB | 3A | 22 |
| Octal | 44 | 207 | 170 | 111 | 0 | 13 | 57 | 253 | 72 | 42 |
| Binary | 100100 | 10000111 | 1111000 | 1001001 | 0 | 1011 | 101111 | 10101011 | 111010 | 100010 |
Color Harmonies of #248778
Complementary color
Monochromatic Colors of #248778
Black with #248778
Text Example
Text Example
White with #248778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248778; }
p { color: rgb(36,135,120); }
H1.HeaderClassName
{
color: #248778;
}
.AnyTagClassName
{
color: #248778;
}
</style>
background-color css
<style>
a { background-color: #248778; }
a { background-color: rgb(36,135,120); }
div.DivClassName
{
background-color: #248778;
}
.BgClassName
{
background-color: #248778;
}
</style>
border-color css
<style>
span { border-color: #248778; }
span { border-color: rgb(36,135,120); }
td.TdClassName
{
border-color: #248778;
}
.TagClassName
{
border-color: #248778;
}
</style>