Shades of Salem #18864E
Tints of Salem #18864E
RGB
CMYK
RGB Variations
Color information
#18864E (or 0x18864E) is known color: Salem. HEX triplet: 18, 86 and 4E. RGB value is (24,134,78). Sum of RGB (Red+Green+Blue) = 24+134+78=236 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.17% from 236); Green value is 134 (52.73% from 255 or 56.78% from 236); Blue value is 78 (30.86% from 255 or 33.05% from 236); Max value from RGB is 134 - color contains mainly: green. Hex color #18864E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18864E is #E779B1. Grayscale: #5E5E5E. Windows color (decimal): -15169970 or 5146136. OLE color: 5146136.
HSL color Cylindrical-coordinate representation of color #18864E: hue angle of 149.45º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #18864E is Cyan = 0.82, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 24 | 134 | 78 | - |
| CMYK | 0.82 | 0 | 0.42 | 0.47 |
| HSL | 149.45º | 0.7% | 0.31% | - |
| HSV(B) | 149.45º | 0.82% | 0.53% | - |
| XYZ | 10.28 | 17.79 | 10.1 | - |
| YUV | 94.73 | 118.56 | 77.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 134 | 78 | 0.82 | 0 | 0.42 | 0.47 | 149.45 | 0.7 | 0.31 |
| Hex | 18 | 86 | 4E | 52 | 0 | 2A | 2F | 95 | 46 | 1F |
| Octal | 30 | 206 | 116 | 122 | 0 | 52 | 57 | 225 | 106 | 37 |
| Binary | 11000 | 10000110 | 1001110 | 1010010 | 0 | 101010 | 101111 | 10010101 | 1000110 | 11111 |
Color Harmonies of #18864E
Complementary color
Monochromatic Colors of #18864E
Black with #18864E
Text Example
Text Example
White with #18864E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18864E; }
p { color: rgb(24,134,78); }
H1.HeaderClassName
{
color: #18864E;
}
.AnyTagClassName
{
color: #18864E;
}
</style>
background-color css
<style>
a { background-color: #18864E; }
a { background-color: rgb(24,134,78); }
div.DivClassName
{
background-color: #18864E;
}
.BgClassName
{
background-color: #18864E;
}
</style>
border-color css
<style>
span { border-color: #18864E; }
span { border-color: rgb(24,134,78); }
td.TdClassName
{
border-color: #18864E;
}
.TagClassName
{
border-color: #18864E;
}
</style>