Shades of Salem #18903D
Tints of Salem #18903D
RGB
CMYK
RGB Variations
Color information
#18903D (or 0x18903D) is known color: Salem. HEX triplet: 18, 90 and 3D. RGB value is (24,144,61). Sum of RGB (Red+Green+Blue) = 24+144+61=229 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.48% from 229); Green value is 144 (56.64% from 255 or 62.88% from 229); Blue value is 61 (24.22% from 255 or 26.64% from 229); Max value from RGB is 144 - color contains mainly: green. Hex color #18903D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18903D is #E76FC2. Grayscale: #626262. Windows color (decimal): -15167427 or 4034584. OLE color: 4034584.
HSL color Cylindrical-coordinate representation of color #18903D: hue angle of 138.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 #18903D is Cyan = 0.83, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 24 | 144 | 61 | - |
| CMYK | 0.83 | 0 | 0.58 | 0.44 |
| HSL | 138.5º | 0.71% | 0.33% | - |
| HSV(B) | 138.5º | 0.83% | 0.56% | - |
| XYZ | 11.19 | 20.48 | 7.78 | - |
| YUV | 98.66 | 106.74 | 74.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 144 | 61 | 0.83 | 0 | 0.58 | 0.44 | 138.5 | 0.71 | 0.33 |
| Hex | 18 | 90 | 3D | 53 | 0 | 3A | 2C | 8A | 47 | 21 |
| Octal | 30 | 220 | 75 | 123 | 0 | 72 | 54 | 212 | 107 | 41 |
| Binary | 11000 | 10010000 | 111101 | 1010011 | 0 | 111010 | 101100 | 10001010 | 1000111 | 100001 |
Color Harmonies of #18903D
Complementary color
Monochromatic Colors of #18903D
Black with #18903D
Text Example
Text Example
White with #18903D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18903D; }
p { color: rgb(24,144,61); }
H1.HeaderClassName
{
color: #18903D;
}
.AnyTagClassName
{
color: #18903D;
}
</style>
background-color css
<style>
a { background-color: #18903D; }
a { background-color: rgb(24,144,61); }
div.DivClassName
{
background-color: #18903D;
}
.BgClassName
{
background-color: #18903D;
}
</style>
border-color css
<style>
span { border-color: #18903D; }
span { border-color: rgb(24,144,61); }
td.TdClassName
{
border-color: #18903D;
}
.TagClassName
{
border-color: #18903D;
}
</style>