Shades of Salem #18895A
Tints of Salem #18895A
RGB
CMYK
RGB Variations
Color information
#18895A (or 0x18895A) is known color: Salem. HEX triplet: 18, 89 and 5A. RGB value is (24,137,90). Sum of RGB (Red+Green+Blue) = 24+137+90=251 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.56% from 251); Green value is 137 (53.91% from 255 or 54.58% from 251); Blue value is 90 (35.55% from 255 or 35.86% from 251); Max value from RGB is 137 - color contains mainly: green. Hex color #18895A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18895A is #E776A5. Grayscale: #616161. Windows color (decimal): -15169190 or 5933336. OLE color: 5933336.
HSL color Cylindrical-coordinate representation of color #18895A: hue angle of 155.04º 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 #18895A is Cyan = 0.82, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 24 | 137 | 90 | - |
| CMYK | 0.82 | 0 | 0.34 | 0.46 |
| HSL | 155.04º | 0.7% | 0.32% | - |
| HSV(B) | 155.04º | 0.82% | 0.54% | - |
| XYZ | 11.17 | 18.82 | 12.72 | - |
| YUV | 97.86 | 123.56 | 75.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 137 | 90 | 0.82 | 0 | 0.34 | 0.46 | 155.04 | 0.7 | 0.32 |
| Hex | 18 | 89 | 5A | 52 | 0 | 22 | 2E | 9B | 46 | 20 |
| Octal | 30 | 211 | 132 | 122 | 0 | 42 | 56 | 233 | 106 | 40 |
| Binary | 11000 | 10001001 | 1011010 | 1010010 | 0 | 100010 | 101110 | 10011011 | 1000110 | 100000 |
Color Harmonies of #18895A
Complementary color
Monochromatic Colors of #18895A
Black with #18895A
Text Example
Text Example
White with #18895A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18895A; }
p { color: rgb(24,137,90); }
H1.HeaderClassName
{
color: #18895A;
}
.AnyTagClassName
{
color: #18895A;
}
</style>
background-color css
<style>
a { background-color: #18895A; }
a { background-color: rgb(24,137,90); }
div.DivClassName
{
background-color: #18895A;
}
.BgClassName
{
background-color: #18895A;
}
</style>
border-color css
<style>
span { border-color: #18895A; }
span { border-color: rgb(24,137,90); }
td.TdClassName
{
border-color: #18895A;
}
.TagClassName
{
border-color: #18895A;
}
</style>