Shades of Salem #18844F
Tints of Salem #18844F
RGB
CMYK
RGB Variations
Color information
#18844F (or 0x18844F) is known color: Salem. HEX triplet: 18, 84 and 4F. RGB value is (24,132,79). Sum of RGB (Red+Green+Blue) = 24+132+79=235 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.21% from 235); Green value is 132 (51.95% from 255 or 56.17% from 235); Blue value is 79 (31.25% from 255 or 33.62% from 235); Max value from RGB is 132 - color contains mainly: green. Hex color #18844F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18844F is #E77BB0. Grayscale: #5D5D5D. Windows color (decimal): -15170481 or 5211160. OLE color: 5211160.
HSL color Cylindrical-coordinate representation of color #18844F: hue angle of 150.56º 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 #18844F is Cyan = 0.82, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 24 | 132 | 79 | - |
| CMYK | 0.82 | 0 | 0.40 | 0.48 |
| HSL | 150.56º | 0.69% | 0.31% | - |
| HSV(B) | 150.56º | 0.82% | 0.52% | - |
| XYZ | 10.04 | 17.26 | 10.2 | - |
| YUV | 93.67 | 119.72 | 78.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 132 | 79 | 0.82 | 0 | 0.40 | 0.48 | 150.56 | 0.69 | 0.31 |
| Hex | 18 | 84 | 4F | 52 | 0 | 28 | 30 | 97 | 45 | 1F |
| Octal | 30 | 204 | 117 | 122 | 0 | 50 | 60 | 227 | 105 | 37 |
| Binary | 11000 | 10000100 | 1001111 | 1010010 | 0 | 101000 | 110000 | 10010111 | 1000101 | 11111 |
Color Harmonies of #18844F
Complementary color
Monochromatic Colors of #18844F
Black with #18844F
Text Example
Text Example
White with #18844F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18844F; }
p { color: rgb(24,132,79); }
H1.HeaderClassName
{
color: #18844F;
}
.AnyTagClassName
{
color: #18844F;
}
</style>
background-color css
<style>
a { background-color: #18844F; }
a { background-color: rgb(24,132,79); }
div.DivClassName
{
background-color: #18844F;
}
.BgClassName
{
background-color: #18844F;
}
</style>
border-color css
<style>
span { border-color: #18844F; }
span { border-color: rgb(24,132,79); }
td.TdClassName
{
border-color: #18844F;
}
.TagClassName
{
border-color: #18844F;
}
</style>