Shades of Salem #18943D
Tints of Salem #18943D
RGB
CMYK
RGB Variations
Color information
#18943D (or 0x18943D) is known color: Salem. HEX triplet: 18, 94 and 3D. RGB value is (24,148,61). Sum of RGB (Red+Green+Blue) = 24+148+61=233 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.30% from 233); Green value is 148 (58.20% from 255 or 63.52% from 233); Blue value is 61 (24.22% from 255 or 26.18% from 233); Max value from RGB is 148 - color contains mainly: green. Hex color #18943D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18943D is #E76BC2. Grayscale: #656565. Windows color (decimal): -15166403 or 4035608. OLE color: 4035608.
HSL color Cylindrical-coordinate representation of color #18943D: hue angle of 137.9º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #18943D is Cyan = 0.84, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 24 | 148 | 61 | - |
| CMYK | 0.84 | 0 | 0.59 | 0.42 |
| HSL | 137.9º | 0.72% | 0.34% | - |
| HSV(B) | 137.9º | 0.84% | 0.58% | - |
| XYZ | 11.81 | 21.71 | 7.98 | - |
| YUV | 101.01 | 105.42 | 73.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 148 | 61 | 0.84 | 0 | 0.59 | 0.42 | 137.9 | 0.72 | 0.34 |
| Hex | 18 | 94 | 3D | 54 | 0 | 3B | 2A | 8A | 48 | 22 |
| Octal | 30 | 224 | 75 | 124 | 0 | 73 | 52 | 212 | 110 | 42 |
| Binary | 11000 | 10010100 | 111101 | 1010100 | 0 | 111011 | 101010 | 10001010 | 1001000 | 100010 |
Color Harmonies of #18943D
Complementary color
Monochromatic Colors of #18943D
Black with #18943D
Text Example
Text Example
White with #18943D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18943D; }
p { color: rgb(24,148,61); }
H1.HeaderClassName
{
color: #18943D;
}
.AnyTagClassName
{
color: #18943D;
}
</style>
background-color css
<style>
a { background-color: #18943D; }
a { background-color: rgb(24,148,61); }
div.DivClassName
{
background-color: #18943D;
}
.BgClassName
{
background-color: #18943D;
}
</style>
border-color css
<style>
span { border-color: #18943D; }
span { border-color: rgb(24,148,61); }
td.TdClassName
{
border-color: #18943D;
}
.TagClassName
{
border-color: #18943D;
}
</style>