Shades of Salem #18844B
Tints of Salem #18844B
RGB
CMYK
RGB Variations
Color information
#18844B (or 0x18844B) is known color: Salem. HEX triplet: 18, 84 and 4B. RGB value is (24,132,75). Sum of RGB (Red+Green+Blue) = 24+132+75=231 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.39% from 231); Green value is 132 (51.95% from 255 or 57.14% from 231); Blue value is 75 (29.69% from 255 or 32.47% from 231); Max value from RGB is 132 - color contains mainly: green. Hex color #18844B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18844B is #E77BB4. Grayscale: #5D5D5D. Windows color (decimal): -15170485 or 4949016. OLE color: 4949016.
HSL color Cylindrical-coordinate representation of color #18844B: hue angle of 148.33º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #18844B is Cyan = 0.82, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 24 | 132 | 75 | - |
| CMYK | 0.82 | 0 | 0.43 | 0.48 |
| HSL | 148.33º | 0.69% | 0.31% | - |
| HSV(B) | 148.33º | 0.82% | 0.52% | - |
| XYZ | 9.9 | 17.2 | 9.46 | - |
| YUV | 93.21 | 117.72 | 78.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 132 | 75 | 0.82 | 0 | 0.43 | 0.48 | 148.33 | 0.69 | 0.31 |
| Hex | 18 | 84 | 4B | 52 | 0 | 2B | 30 | 94 | 45 | 1F |
| Octal | 30 | 204 | 113 | 122 | 0 | 53 | 60 | 224 | 105 | 37 |
| Binary | 11000 | 10000100 | 1001011 | 1010010 | 0 | 101011 | 110000 | 10010100 | 1000101 | 11111 |
Color Harmonies of #18844B
Complementary color
Monochromatic Colors of #18844B
Black with #18844B
Text Example
Text Example
White with #18844B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18844B; }
p { color: rgb(24,132,75); }
H1.HeaderClassName
{
color: #18844B;
}
.AnyTagClassName
{
color: #18844B;
}
</style>
background-color css
<style>
a { background-color: #18844B; }
a { background-color: rgb(24,132,75); }
div.DivClassName
{
background-color: #18844B;
}
.BgClassName
{
background-color: #18844B;
}
</style>
border-color css
<style>
span { border-color: #18844B; }
span { border-color: rgb(24,132,75); }
td.TdClassName
{
border-color: #18844B;
}
.TagClassName
{
border-color: #18844B;
}
</style>