Shades of Salem #18893C
Tints of Salem #18893C
RGB
CMYK
RGB Variations
Color information
#18893C (or 0x18893C) is known color: Salem. HEX triplet: 18, 89 and 3C. RGB value is (24,137,60). Sum of RGB (Red+Green+Blue) = 24+137+60=221 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.86% from 221); Green value is 137 (53.91% from 255 or 61.99% from 221); Blue value is 60 (23.83% from 255 or 27.15% from 221); Max value from RGB is 137 - color contains mainly: green. Hex color #18893C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18893C is #E776C3. Grayscale: #5E5E5E. Windows color (decimal): -15169220 or 3967256. OLE color: 3967256.
HSL color Cylindrical-coordinate representation of color #18893C: hue angle of 139.12º 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 #18893C is Cyan = 0.82, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 24 | 137 | 60 | - |
| CMYK | 0.82 | 0 | 0.56 | 0.46 |
| HSL | 139.12º | 0.7% | 0.32% | - |
| HSV(B) | 139.12º | 0.82% | 0.54% | - |
| XYZ | 10.14 | 18.41 | 7.29 | - |
| YUV | 94.44 | 108.56 | 77.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 137 | 60 | 0.82 | 0 | 0.56 | 0.46 | 139.12 | 0.7 | 0.32 |
| Hex | 18 | 89 | 3C | 52 | 0 | 38 | 2E | 8B | 46 | 20 |
| Octal | 30 | 211 | 74 | 122 | 0 | 70 | 56 | 213 | 106 | 40 |
| Binary | 11000 | 10001001 | 111100 | 1010010 | 0 | 111000 | 101110 | 10001011 | 1000110 | 100000 |
Color Harmonies of #18893C
Complementary color
Monochromatic Colors of #18893C
Black with #18893C
Text Example
Text Example
White with #18893C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18893C; }
p { color: rgb(24,137,60); }
H1.HeaderClassName
{
color: #18893C;
}
.AnyTagClassName
{
color: #18893C;
}
</style>
background-color css
<style>
a { background-color: #18893C; }
a { background-color: rgb(24,137,60); }
div.DivClassName
{
background-color: #18893C;
}
.BgClassName
{
background-color: #18893C;
}
</style>
border-color css
<style>
span { border-color: #18893C; }
span { border-color: rgb(24,137,60); }
td.TdClassName
{
border-color: #18893C;
}
.TagClassName
{
border-color: #18893C;
}
</style>