Shades of Salem #18884F
Tints of Salem #18884F
RGB
CMYK
RGB Variations
Color information
#18884F (or 0x18884F) is known color: Salem. HEX triplet: 18, 88 and 4F. RGB value is (24,136,79). Sum of RGB (Red+Green+Blue) = 24+136+79=239 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.04% from 239); Green value is 136 (53.52% from 255 or 56.90% from 239); Blue value is 79 (31.25% from 255 or 33.05% from 239); Max value from RGB is 136 - color contains mainly: green. Hex color #18884F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18884F is #E777B0. Grayscale: #606060. Windows color (decimal): -15169457 or 5212184. OLE color: 5212184.
HSL color Cylindrical-coordinate representation of color #18884F: hue angle of 149.46º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #18884F is Cyan = 0.82, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 24 | 136 | 79 | - |
| CMYK | 0.82 | 0 | 0.42 | 0.47 |
| HSL | 149.46º | 0.7% | 0.31% | - |
| HSV(B) | 149.46º | 0.82% | 0.53% | - |
| XYZ | 10.59 | 18.37 | 10.38 | - |
| YUV | 96.01 | 118.39 | 76.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 136 | 79 | 0.82 | 0 | 0.42 | 0.47 | 149.46 | 0.7 | 0.31 |
| Hex | 18 | 88 | 4F | 52 | 0 | 2A | 2F | 95 | 46 | 1F |
| Octal | 30 | 210 | 117 | 122 | 0 | 52 | 57 | 225 | 106 | 37 |
| Binary | 11000 | 10001000 | 1001111 | 1010010 | 0 | 101010 | 101111 | 10010101 | 1000110 | 11111 |
Color Harmonies of #18884F
Complementary color
Monochromatic Colors of #18884F
Black with #18884F
Text Example
Text Example
White with #18884F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18884F; }
p { color: rgb(24,136,79); }
H1.HeaderClassName
{
color: #18884F;
}
.AnyTagClassName
{
color: #18884F;
}
</style>
background-color css
<style>
a { background-color: #18884F; }
a { background-color: rgb(24,136,79); }
div.DivClassName
{
background-color: #18884F;
}
.BgClassName
{
background-color: #18884F;
}
</style>
border-color css
<style>
span { border-color: #18884F; }
span { border-color: rgb(24,136,79); }
td.TdClassName
{
border-color: #18884F;
}
.TagClassName
{
border-color: #18884F;
}
</style>