Shades of Salem #18893F
Tints of Salem #18893F
RGB
CMYK
RGB Variations
Color information
#18893F (or 0x18893F) is known color: Salem. HEX triplet: 18, 89 and 3F. RGB value is (24,137,63). Sum of RGB (Red+Green+Blue) = 24+137+63=224 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.71% from 224); Green value is 137 (53.91% from 255 or 61.16% from 224); Blue value is 63 (25% from 255 or 28.12% from 224); Max value from RGB is 137 - color contains mainly: green. Hex color #18893F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18893F is #E776C0. Grayscale: #5E5E5E. Windows color (decimal): -15169217 or 4163864. OLE color: 4163864.
HSL color Cylindrical-coordinate representation of color #18893F: hue angle of 140.71º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #18893F is Cyan = 0.82, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 24 | 137 | 63 | - |
| CMYK | 0.82 | 0 | 0.54 | 0.46 |
| HSL | 140.71º | 0.7% | 0.32% | - |
| HSV(B) | 140.71º | 0.82% | 0.54% | - |
| XYZ | 10.22 | 18.44 | 7.72 | - |
| YUV | 94.78 | 110.06 | 77.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 137 | 63 | 0.82 | 0 | 0.54 | 0.46 | 140.71 | 0.7 | 0.32 |
| Hex | 18 | 89 | 3F | 52 | 0 | 36 | 2E | 8D | 46 | 20 |
| Octal | 30 | 211 | 77 | 122 | 0 | 66 | 56 | 215 | 106 | 40 |
| Binary | 11000 | 10001001 | 111111 | 1010010 | 0 | 110110 | 101110 | 10001101 | 1000110 | 100000 |
Color Harmonies of #18893F
Complementary color
Monochromatic Colors of #18893F
Black with #18893F
Text Example
Text Example
White with #18893F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18893F; }
p { color: rgb(24,137,63); }
H1.HeaderClassName
{
color: #18893F;
}
.AnyTagClassName
{
color: #18893F;
}
</style>
background-color css
<style>
a { background-color: #18893F; }
a { background-color: rgb(24,137,63); }
div.DivClassName
{
background-color: #18893F;
}
.BgClassName
{
background-color: #18893F;
}
</style>
border-color css
<style>
span { border-color: #18893F; }
span { border-color: rgb(24,137,63); }
td.TdClassName
{
border-color: #18893F;
}
.TagClassName
{
border-color: #18893F;
}
</style>