Shades of Salem #18903B
Tints of Salem #18903B
RGB
CMYK
RGB Variations
Color information
#18903B (or 0x18903B) is known color: Salem. HEX triplet: 18, 90 and 3B. RGB value is (24,144,59). Sum of RGB (Red+Green+Blue) = 24+144+59=227 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.57% from 227); Green value is 144 (56.64% from 255 or 63.44% from 227); Blue value is 59 (23.44% from 255 or 25.99% from 227); Max value from RGB is 144 - color contains mainly: green. Hex color #18903B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18903B is #E76FC4. Grayscale: #626262. Windows color (decimal): -15167429 or 3903512. OLE color: 3903512.
HSL color Cylindrical-coordinate representation of color #18903B: hue angle of 137.5º 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 #18903B is Cyan = 0.83, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 24 | 144 | 59 | - |
| CMYK | 0.83 | 0 | 0.59 | 0.44 |
| HSL | 137.5º | 0.71% | 0.33% | - |
| HSV(B) | 137.5º | 0.83% | 0.56% | - |
| XYZ | 11.14 | 20.46 | 7.5 | - |
| YUV | 98.43 | 105.74 | 74.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 144 | 59 | 0.83 | 0 | 0.59 | 0.44 | 137.5 | 0.71 | 0.33 |
| Hex | 18 | 90 | 3B | 53 | 0 | 3B | 2C | 8A | 47 | 21 |
| Octal | 30 | 220 | 73 | 123 | 0 | 73 | 54 | 212 | 107 | 41 |
| Binary | 11000 | 10010000 | 111011 | 1010011 | 0 | 111011 | 101100 | 10001010 | 1000111 | 100001 |
Color Harmonies of #18903B
Complementary color
Monochromatic Colors of #18903B
Black with #18903B
Text Example
Text Example
White with #18903B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18903B; }
p { color: rgb(24,144,59); }
H1.HeaderClassName
{
color: #18903B;
}
.AnyTagClassName
{
color: #18903B;
}
</style>
background-color css
<style>
a { background-color: #18903B; }
a { background-color: rgb(24,144,59); }
div.DivClassName
{
background-color: #18903B;
}
.BgClassName
{
background-color: #18903B;
}
</style>
border-color css
<style>
span { border-color: #18903B; }
span { border-color: rgb(24,144,59); }
td.TdClassName
{
border-color: #18903B;
}
.TagClassName
{
border-color: #18903B;
}
</style>