Shades of Elm #248377
Tints of Elm #248377
RGB
CMYK
RGB Variations
Color information
#248377 (or 0x248377) is known color: Elm. HEX triplet: 24, 83 and 77. RGB value is (36,131,119). Sum of RGB (Red+Green+Blue) = 36+131+119=286 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.59% from 286); Green value is 131 (51.56% from 255 or 45.80% from 286); Blue value is 119 (46.88% from 255 or 41.61% from 286); Max value from RGB is 131 - color contains mainly: green. Hex color #248377 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248377 is #DB7C88. Grayscale: #656565. Windows color (decimal): -14384265 or 7832356. OLE color: 7832356.
HSL color Cylindrical-coordinate representation of color #248377: hue angle of 172.42º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #248377 is Cyan = 0.73, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 36 | 131 | 119 | - |
| CMYK | 0.73 | 0 | 0.09 | 0.49 |
| HSL | 172.42º | 0.57% | 0.33% | - |
| HSV(B) | 172.42º | 0.73% | 0.51% | - |
| XYZ | 12.17 | 17.94 | 20.27 | - |
| YUV | 101.23 | 138.03 | 81.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 131 | 119 | 0.73 | 0 | 0.09 | 0.49 | 172.42 | 0.57 | 0.33 |
| Hex | 24 | 83 | 77 | 49 | 0 | 9 | 31 | AC | 39 | 21 |
| Octal | 44 | 203 | 167 | 111 | 0 | 11 | 61 | 254 | 71 | 41 |
| Binary | 100100 | 10000011 | 1110111 | 1001001 | 0 | 1001 | 110001 | 10101100 | 111001 | 100001 |
Color Harmonies of #248377
Complementary color
Monochromatic Colors of #248377
Black with #248377
Text Example
Text Example
White with #248377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248377; }
p { color: rgb(36,131,119); }
H1.HeaderClassName
{
color: #248377;
}
.AnyTagClassName
{
color: #248377;
}
</style>
background-color css
<style>
a { background-color: #248377; }
a { background-color: rgb(36,131,119); }
div.DivClassName
{
background-color: #248377;
}
.BgClassName
{
background-color: #248377;
}
</style>
border-color css
<style>
span { border-color: #248377; }
span { border-color: rgb(36,131,119); }
td.TdClassName
{
border-color: #248377;
}
.TagClassName
{
border-color: #248377;
}
</style>