Shades of Salem #18893B
Tints of Salem #18893B
RGB
CMYK
RGB Variations
Color information
#18893B (or 0x18893B) is known color: Salem. HEX triplet: 18, 89 and 3B. RGB value is (24,137,59). Sum of RGB (Red+Green+Blue) = 24+137+59=220 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.91% from 220); Green value is 137 (53.91% from 255 or 62.27% from 220); Blue value is 59 (23.44% from 255 or 26.82% from 220); Max value from RGB is 137 - color contains mainly: green. Hex color #18893B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18893B is #E776C4. Grayscale: #5E5E5E. Windows color (decimal): -15169221 or 3901720. OLE color: 3901720.
HSL color Cylindrical-coordinate representation of color #18893B: hue angle of 138.58º 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 #18893B is Cyan = 0.82, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 24 | 137 | 59 | - |
| CMYK | 0.82 | 0 | 0.57 | 0.46 |
| HSL | 138.58º | 0.7% | 0.32% | - |
| HSV(B) | 138.58º | 0.82% | 0.54% | - |
| XYZ | 10.11 | 18.4 | 7.16 | - |
| YUV | 94.32 | 108.06 | 77.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 137 | 59 | 0.82 | 0 | 0.57 | 0.46 | 138.58 | 0.7 | 0.32 |
| Hex | 18 | 89 | 3B | 52 | 0 | 39 | 2E | 8B | 46 | 20 |
| Octal | 30 | 211 | 73 | 122 | 0 | 71 | 56 | 213 | 106 | 40 |
| Binary | 11000 | 10001001 | 111011 | 1010010 | 0 | 111001 | 101110 | 10001011 | 1000110 | 100000 |
Color Harmonies of #18893B
Complementary color
Monochromatic Colors of #18893B
Black with #18893B
Text Example
Text Example
White with #18893B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18893B; }
p { color: rgb(24,137,59); }
H1.HeaderClassName
{
color: #18893B;
}
.AnyTagClassName
{
color: #18893B;
}
</style>
background-color css
<style>
a { background-color: #18893B; }
a { background-color: rgb(24,137,59); }
div.DivClassName
{
background-color: #18893B;
}
.BgClassName
{
background-color: #18893B;
}
</style>
border-color css
<style>
span { border-color: #18893B; }
span { border-color: rgb(24,137,59); }
td.TdClassName
{
border-color: #18893B;
}
.TagClassName
{
border-color: #18893B;
}
</style>