Shades of Salem #18883F
Tints of Salem #18883F
RGB
CMYK
RGB Variations
Color information
#18883F (or 0x18883F) is known color: Salem. HEX triplet: 18, 88 and 3F. RGB value is (24,136,63). Sum of RGB (Red+Green+Blue) = 24+136+63=223 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.76% from 223); Green value is 136 (53.52% from 255 or 60.99% from 223); Blue value is 63 (25% from 255 or 28.25% from 223); Max value from RGB is 136 - color contains mainly: green. Hex color #18883F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18883F is #E777C0. Grayscale: #5E5E5E. Windows color (decimal): -15169473 or 4163608. OLE color: 4163608.
HSL color Cylindrical-coordinate representation of color #18883F: hue angle of 140.89º 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 #18883F is Cyan = 0.82, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 24 | 136 | 63 | - |
| CMYK | 0.82 | 0 | 0.54 | 0.47 |
| HSL | 140.89º | 0.7% | 0.31% | - |
| HSV(B) | 140.89º | 0.82% | 0.53% | - |
| XYZ | 10.08 | 18.16 | 7.68 | - |
| YUV | 94.19 | 110.39 | 77.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 136 | 63 | 0.82 | 0 | 0.54 | 0.47 | 140.89 | 0.7 | 0.31 |
| Hex | 18 | 88 | 3F | 52 | 0 | 36 | 2F | 8D | 46 | 1F |
| Octal | 30 | 210 | 77 | 122 | 0 | 66 | 57 | 215 | 106 | 37 |
| Binary | 11000 | 10001000 | 111111 | 1010010 | 0 | 110110 | 101111 | 10001101 | 1000110 | 11111 |
Color Harmonies of #18883F
Complementary color
Monochromatic Colors of #18883F
Black with #18883F
Text Example
Text Example
White with #18883F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18883F; }
p { color: rgb(24,136,63); }
H1.HeaderClassName
{
color: #18883F;
}
.AnyTagClassName
{
color: #18883F;
}
</style>
background-color css
<style>
a { background-color: #18883F; }
a { background-color: rgb(24,136,63); }
div.DivClassName
{
background-color: #18883F;
}
.BgClassName
{
background-color: #18883F;
}
</style>
border-color css
<style>
span { border-color: #18883F; }
span { border-color: rgb(24,136,63); }
td.TdClassName
{
border-color: #18883F;
}
.TagClassName
{
border-color: #18883F;
}
</style>