Shades of Salem #18904C
Tints of Salem #18904C
RGB
CMYK
RGB Variations
Color information
#18904C (or 0x18904C) is known color: Salem. HEX triplet: 18, 90 and 4C. RGB value is (24,144,76). Sum of RGB (Red+Green+Blue) = 24+144+76=244 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.84% from 244); Green value is 144 (56.64% from 255 or 59.02% from 244); Blue value is 76 (30.08% from 255 or 31.15% from 244); Max value from RGB is 144 - color contains mainly: green. Hex color #18904C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18904C is #E76FB3. Grayscale: #646464. Windows color (decimal): -15167412 or 5017624. OLE color: 5017624.
HSL color Cylindrical-coordinate representation of color #18904C: hue angle of 146º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18904C is Cyan = 0.83, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 24 | 144 | 76 | - |
| CMYK | 0.83 | 0 | 0.47 | 0.44 |
| HSL | 146º | 0.71% | 0.33% | - |
| HSV(B) | 146º | 0.83% | 0.56% | - |
| XYZ | 11.65 | 20.66 | 10.21 | - |
| YUV | 100.37 | 114.24 | 73.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 144 | 76 | 0.83 | 0 | 0.47 | 0.44 | 146 | 0.71 | 0.33 |
| Hex | 18 | 90 | 4C | 53 | 0 | 2F | 2C | 92 | 47 | 21 |
| Octal | 30 | 220 | 114 | 123 | 0 | 57 | 54 | 222 | 107 | 41 |
| Binary | 11000 | 10010000 | 1001100 | 1010011 | 0 | 101111 | 101100 | 10010010 | 1000111 | 100001 |
Color Harmonies of #18904C
Complementary color
Monochromatic Colors of #18904C
Black with #18904C
Text Example
Text Example
White with #18904C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18904C; }
p { color: rgb(24,144,76); }
H1.HeaderClassName
{
color: #18904C;
}
.AnyTagClassName
{
color: #18904C;
}
</style>
background-color css
<style>
a { background-color: #18904C; }
a { background-color: rgb(24,144,76); }
div.DivClassName
{
background-color: #18904C;
}
.BgClassName
{
background-color: #18904C;
}
</style>
border-color css
<style>
span { border-color: #18904C; }
span { border-color: rgb(24,144,76); }
td.TdClassName
{
border-color: #18904C;
}
.TagClassName
{
border-color: #18904C;
}
</style>