Shades of Elm #18837D
Tints of Elm #18837D
RGB
CMYK
RGB Variations
Color information
#18837D (or 0x18837D) is known color: Elm. HEX triplet: 18, 83 and 7D. RGB value is (24,131,125). Sum of RGB (Red+Green+Blue) = 24+131+125=280 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.57% from 280); Green value is 131 (51.56% from 255 or 46.79% from 280); Blue value is 125 (49.22% from 255 or 44.64% from 280); Max value from RGB is 131 - color contains mainly: green. Hex color #18837D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18837D is #E77C82. Grayscale: #626262. Windows color (decimal): -15170691 or 8225560. OLE color: 8225560.
HSL color Cylindrical-coordinate representation of color #18837D: hue angle of 176.64º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #18837D is Cyan = 0.82, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 24 | 131 | 125 | - |
| CMYK | 0.82 | 0 | 0.05 | 0.49 |
| HSL | 176.64º | 0.69% | 0.3% | - |
| HSV(B) | 176.64º | 0.82% | 0.51% | - |
| XYZ | 12.19 | 17.91 | 22.22 | - |
| YUV | 98.32 | 143.05 | 74.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 131 | 125 | 0.82 | 0 | 0.05 | 0.49 | 176.64 | 0.69 | 0.3 |
| Hex | 18 | 83 | 7D | 52 | 0 | 5 | 31 | B1 | 45 | 1E |
| Octal | 30 | 203 | 175 | 122 | 0 | 5 | 61 | 261 | 105 | 36 |
| Binary | 11000 | 10000011 | 1111101 | 1010010 | 0 | 101 | 110001 | 10110001 | 1000101 | 11110 |
Color Harmonies of #18837D
Complementary color
Monochromatic Colors of #18837D
Black with #18837D
Text Example
Text Example
White with #18837D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18837D; }
p { color: rgb(24,131,125); }
H1.HeaderClassName
{
color: #18837D;
}
.AnyTagClassName
{
color: #18837D;
}
</style>
background-color css
<style>
a { background-color: #18837D; }
a { background-color: rgb(24,131,125); }
div.DivClassName
{
background-color: #18837D;
}
.BgClassName
{
background-color: #18837D;
}
</style>
border-color css
<style>
span { border-color: #18837D; }
span { border-color: rgb(24,131,125); }
td.TdClassName
{
border-color: #18837D;
}
.TagClassName
{
border-color: #18837D;
}
</style>