Shades of Salem #18903A
Tints of Salem #18903A
RGB
CMYK
RGB Variations
Color information
#18903A (or 0x18903A) is known color: Salem. HEX triplet: 18, 90 and 3A. RGB value is (24,144,58). Sum of RGB (Red+Green+Blue) = 24+144+58=226 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.62% from 226); Green value is 144 (56.64% from 255 or 63.72% from 226); Blue value is 58 (23.05% from 255 or 25.66% from 226); Max value from RGB is 144 - color contains mainly: green. Hex color #18903A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18903A is #E76FC5. Grayscale: #626262. Windows color (decimal): -15167430 or 3837976. OLE color: 3837976.
HSL color Cylindrical-coordinate representation of color #18903A: hue angle of 137º 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 #18903A is Cyan = 0.83, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 24 | 144 | 58 | - |
| CMYK | 0.83 | 0 | 0.60 | 0.44 |
| HSL | 137º | 0.71% | 0.33% | - |
| HSV(B) | 137º | 0.83% | 0.56% | - |
| XYZ | 11.11 | 20.45 | 7.36 | - |
| YUV | 98.32 | 105.24 | 74.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 144 | 58 | 0.83 | 0 | 0.60 | 0.44 | 137 | 0.71 | 0.33 |
| Hex | 18 | 90 | 3A | 53 | 0 | 3C | 2C | 89 | 47 | 21 |
| Octal | 30 | 220 | 72 | 123 | 0 | 74 | 54 | 211 | 107 | 41 |
| Binary | 11000 | 10010000 | 111010 | 1010011 | 0 | 111100 | 101100 | 10001001 | 1000111 | 100001 |
Color Harmonies of #18903A
Complementary color
Monochromatic Colors of #18903A
Black with #18903A
Text Example
Text Example
White with #18903A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18903A; }
p { color: rgb(24,144,58); }
H1.HeaderClassName
{
color: #18903A;
}
.AnyTagClassName
{
color: #18903A;
}
</style>
background-color css
<style>
a { background-color: #18903A; }
a { background-color: rgb(24,144,58); }
div.DivClassName
{
background-color: #18903A;
}
.BgClassName
{
background-color: #18903A;
}
</style>
border-color css
<style>
span { border-color: #18903A; }
span { border-color: rgb(24,144,58); }
td.TdClassName
{
border-color: #18903A;
}
.TagClassName
{
border-color: #18903A;
}
</style>