Shades of Salem #18894A
Tints of Salem #18894A
RGB
CMYK
RGB Variations
Color information
#18894A (or 0x18894A) is known color: Salem. HEX triplet: 18, 89 and 4A. RGB value is (24,137,74). Sum of RGB (Red+Green+Blue) = 24+137+74=235 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.21% from 235); Green value is 137 (53.91% from 255 or 58.30% from 235); Blue value is 74 (29.30% from 255 or 31.49% from 235); Max value from RGB is 137 - color contains mainly: green. Hex color #18894A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18894A is #E776B5. Grayscale: #606060. Windows color (decimal): -15169206 or 4884760. OLE color: 4884760.
HSL color Cylindrical-coordinate representation of color #18894A: hue angle of 146.55º 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 #18894A is Cyan = 0.82, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 24 | 137 | 74 | - |
| CMYK | 0.82 | 0 | 0.46 | 0.46 |
| HSL | 146.55º | 0.7% | 0.32% | - |
| HSV(B) | 146.55º | 0.82% | 0.54% | - |
| XYZ | 10.56 | 18.58 | 9.51 | - |
| YUV | 96.03 | 115.56 | 76.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 137 | 74 | 0.82 | 0 | 0.46 | 0.46 | 146.55 | 0.7 | 0.32 |
| Hex | 18 | 89 | 4A | 52 | 0 | 2E | 2E | 93 | 46 | 20 |
| Octal | 30 | 211 | 112 | 122 | 0 | 56 | 56 | 223 | 106 | 40 |
| Binary | 11000 | 10001001 | 1001010 | 1010010 | 0 | 101110 | 101110 | 10010011 | 1000110 | 100000 |
Color Harmonies of #18894A
Complementary color
Monochromatic Colors of #18894A
Black with #18894A
Text Example
Text Example
White with #18894A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18894A; }
p { color: rgb(24,137,74); }
H1.HeaderClassName
{
color: #18894A;
}
.AnyTagClassName
{
color: #18894A;
}
</style>
background-color css
<style>
a { background-color: #18894A; }
a { background-color: rgb(24,137,74); }
div.DivClassName
{
background-color: #18894A;
}
.BgClassName
{
background-color: #18894A;
}
</style>
border-color css
<style>
span { border-color: #18894A; }
span { border-color: rgb(24,137,74); }
td.TdClassName
{
border-color: #18894A;
}
.TagClassName
{
border-color: #18894A;
}
</style>