Shades of Salem #18874C
Tints of Salem #18874C
RGB
CMYK
RGB Variations
Color information
#18874C (or 0x18874C) is known color: Salem. HEX triplet: 18, 87 and 4C. RGB value is (24,135,76). Sum of RGB (Red+Green+Blue) = 24+135+76=235 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.21% from 235); Green value is 135 (53.12% from 255 or 57.45% from 235); Blue value is 76 (30.08% from 255 or 32.34% from 235); Max value from RGB is 135 - color contains mainly: green. Hex color #18874C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18874C is #E778B3. Grayscale: #5F5F5F. Windows color (decimal): -15169716 or 5015320. OLE color: 5015320.
HSL color Cylindrical-coordinate representation of color #18874C: hue angle of 148.11º 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 #18874C is Cyan = 0.82, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 24 | 135 | 76 | - |
| CMYK | 0.82 | 0 | 0.44 | 0.47 |
| HSL | 148.11º | 0.7% | 0.31% | - |
| HSV(B) | 148.11º | 0.82% | 0.53% | - |
| XYZ | 10.35 | 18.04 | 9.78 | - |
| YUV | 95.09 | 117.23 | 77.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 135 | 76 | 0.82 | 0 | 0.44 | 0.47 | 148.11 | 0.7 | 0.31 |
| Hex | 18 | 87 | 4C | 52 | 0 | 2C | 2F | 94 | 46 | 1F |
| Octal | 30 | 207 | 114 | 122 | 0 | 54 | 57 | 224 | 106 | 37 |
| Binary | 11000 | 10000111 | 1001100 | 1010010 | 0 | 101100 | 101111 | 10010100 | 1000110 | 11111 |
Color Harmonies of #18874C
Complementary color
Monochromatic Colors of #18874C
Black with #18874C
Text Example
Text Example
White with #18874C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18874C; }
p { color: rgb(24,135,76); }
H1.HeaderClassName
{
color: #18874C;
}
.AnyTagClassName
{
color: #18874C;
}
</style>
background-color css
<style>
a { background-color: #18874C; }
a { background-color: rgb(24,135,76); }
div.DivClassName
{
background-color: #18874C;
}
.BgClassName
{
background-color: #18874C;
}
</style>
border-color css
<style>
span { border-color: #18874C; }
span { border-color: rgb(24,135,76); }
td.TdClassName
{
border-color: #18874C;
}
.TagClassName
{
border-color: #18874C;
}
</style>