Shades of Salem #18893D
Tints of Salem #18893D
RGB
CMYK
RGB Variations
Color information
#18893D (or 0x18893D) is known color: Salem. HEX triplet: 18, 89 and 3D. RGB value is (24,137,61). Sum of RGB (Red+Green+Blue) = 24+137+61=222 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.81% from 222); Green value is 137 (53.91% from 255 or 61.71% from 222); Blue value is 61 (24.22% from 255 or 27.48% from 222); Max value from RGB is 137 - color contains mainly: green. Hex color #18893D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18893D is #E776C2. Grayscale: #5E5E5E. Windows color (decimal): -15169219 or 4032792. OLE color: 4032792.
HSL color Cylindrical-coordinate representation of color #18893D: hue angle of 139.65º 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 #18893D is Cyan = 0.82, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 24 | 137 | 61 | - |
| CMYK | 0.82 | 0 | 0.55 | 0.46 |
| HSL | 139.65º | 0.7% | 0.32% | - |
| HSV(B) | 139.65º | 0.82% | 0.54% | - |
| XYZ | 10.16 | 18.42 | 7.44 | - |
| YUV | 94.55 | 109.06 | 77.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 137 | 61 | 0.82 | 0 | 0.55 | 0.46 | 139.65 | 0.7 | 0.32 |
| Hex | 18 | 89 | 3D | 52 | 0 | 37 | 2E | 8C | 46 | 20 |
| Octal | 30 | 211 | 75 | 122 | 0 | 67 | 56 | 214 | 106 | 40 |
| Binary | 11000 | 10001001 | 111101 | 1010010 | 0 | 110111 | 101110 | 10001100 | 1000110 | 100000 |
Color Harmonies of #18893D
Complementary color
Monochromatic Colors of #18893D
Black with #18893D
Text Example
Text Example
White with #18893D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18893D; }
p { color: rgb(24,137,61); }
H1.HeaderClassName
{
color: #18893D;
}
.AnyTagClassName
{
color: #18893D;
}
</style>
background-color css
<style>
a { background-color: #18893D; }
a { background-color: rgb(24,137,61); }
div.DivClassName
{
background-color: #18893D;
}
.BgClassName
{
background-color: #18893D;
}
</style>
border-color css
<style>
span { border-color: #18893D; }
span { border-color: rgb(24,137,61); }
td.TdClassName
{
border-color: #18893D;
}
.TagClassName
{
border-color: #18893D;
}
</style>