Shades of Elm #18837B
Tints of Elm #18837B
RGB
CMYK
RGB Variations
Color information
#18837B (or 0x18837B) is known color: Elm. HEX triplet: 18, 83 and 7B. RGB value is (24,131,123). Sum of RGB (Red+Green+Blue) = 24+131+123=278 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.63% from 278); Green value is 131 (51.56% from 255 or 47.12% from 278); Blue value is 123 (48.44% from 255 or 44.24% from 278); Max value from RGB is 131 - color contains mainly: green. Hex color #18837B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18837B is #E77C84. Grayscale: #626262. Windows color (decimal): -15170693 or 8094488. OLE color: 8094488.
HSL color Cylindrical-coordinate representation of color #18837B: hue angle of 175.51º 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 #18837B is Cyan = 0.82, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 24 | 131 | 123 | - |
| CMYK | 0.82 | 0 | 0.06 | 0.49 |
| HSL | 175.51º | 0.69% | 0.3% | - |
| HSV(B) | 175.51º | 0.82% | 0.51% | - |
| XYZ | 12.07 | 17.86 | 21.55 | - |
| YUV | 98.1 | 142.05 | 75.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 131 | 123 | 0.82 | 0 | 0.06 | 0.49 | 175.51 | 0.69 | 0.3 |
| Hex | 18 | 83 | 7B | 52 | 0 | 6 | 31 | B0 | 45 | 1E |
| Octal | 30 | 203 | 173 | 122 | 0 | 6 | 61 | 260 | 105 | 36 |
| Binary | 11000 | 10000011 | 1111011 | 1010010 | 0 | 110 | 110001 | 10110000 | 1000101 | 11110 |
Color Harmonies of #18837B
Complementary color
Monochromatic Colors of #18837B
Black with #18837B
Text Example
Text Example
White with #18837B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18837B; }
p { color: rgb(24,131,123); }
H1.HeaderClassName
{
color: #18837B;
}
.AnyTagClassName
{
color: #18837B;
}
</style>
background-color css
<style>
a { background-color: #18837B; }
a { background-color: rgb(24,131,123); }
div.DivClassName
{
background-color: #18837B;
}
.BgClassName
{
background-color: #18837B;
}
</style>
border-color css
<style>
span { border-color: #18837B; }
span { border-color: rgb(24,131,123); }
td.TdClassName
{
border-color: #18837B;
}
.TagClassName
{
border-color: #18837B;
}
</style>