Shades of Salem #18903E
Tints of Salem #18903E
RGB
CMYK
RGB Variations
Color information
#18903E (or 0x18903E) is known color: Salem. HEX triplet: 18, 90 and 3E. RGB value is (24,144,62). Sum of RGB (Red+Green+Blue) = 24+144+62=230 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.43% from 230); Green value is 144 (56.64% from 255 or 62.61% from 230); Blue value is 62 (24.61% from 255 or 26.96% from 230); Max value from RGB is 144 - color contains mainly: green. Hex color #18903E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18903E is #E76FC1. Grayscale: #626262. Windows color (decimal): -15167426 or 4100120. OLE color: 4100120.
HSL color Cylindrical-coordinate representation of color #18903E: hue angle of 139º 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 #18903E is Cyan = 0.83, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 24 | 144 | 62 | - |
| CMYK | 0.83 | 0 | 0.57 | 0.44 |
| HSL | 139º | 0.71% | 0.33% | - |
| HSV(B) | 139º | 0.83% | 0.56% | - |
| XYZ | 11.22 | 20.49 | 7.92 | - |
| YUV | 98.77 | 107.24 | 74.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 144 | 62 | 0.83 | 0 | 0.57 | 0.44 | 139 | 0.71 | 0.33 |
| Hex | 18 | 90 | 3E | 53 | 0 | 39 | 2C | 8B | 47 | 21 |
| Octal | 30 | 220 | 76 | 123 | 0 | 71 | 54 | 213 | 107 | 41 |
| Binary | 11000 | 10010000 | 111110 | 1010011 | 0 | 111001 | 101100 | 10001011 | 1000111 | 100001 |
Color Harmonies of #18903E
Complementary color
Monochromatic Colors of #18903E
Black with #18903E
Text Example
Text Example
White with #18903E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18903E; }
p { color: rgb(24,144,62); }
H1.HeaderClassName
{
color: #18903E;
}
.AnyTagClassName
{
color: #18903E;
}
</style>
background-color css
<style>
a { background-color: #18903E; }
a { background-color: rgb(24,144,62); }
div.DivClassName
{
background-color: #18903E;
}
.BgClassName
{
background-color: #18903E;
}
</style>
border-color css
<style>
span { border-color: #18903E; }
span { border-color: rgb(24,144,62); }
td.TdClassName
{
border-color: #18903E;
}
.TagClassName
{
border-color: #18903E;
}
</style>