Shades of Salem #18784C
Tints of Salem #18784C
RGB
CMYK
RGB Variations
Color information
#18784C (or 0x18784C) is known color: Salem. HEX triplet: 18, 78 and 4C. RGB value is (24,120,76). Sum of RGB (Red+Green+Blue) = 24+120+76=220 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.91% from 220); Green value is 120 (47.27% from 255 or 54.55% from 220); Blue value is 76 (30.08% from 255 or 34.55% from 220); Max value from RGB is 120 - color contains mainly: green. Hex color #18784C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18784C is #E787B3. Grayscale: #565656. Windows color (decimal): -15173556 or 5011480. OLE color: 5011480.
HSL color Cylindrical-coordinate representation of color #18784C: hue angle of 152.5º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #18784C is Cyan = 0.8, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 24 | 120 | 76 | - |
| CMYK | 0.8 | 0 | 0.37 | 0.53 |
| HSL | 152.5º | 0.67% | 0.28% | - |
| HSV(B) | 152.5º | 0.8% | 0.47% | - |
| XYZ | 8.4 | 14.15 | 9.13 | - |
| YUV | 86.28 | 122.2 | 83.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 120 | 76 | 0.8 | 0 | 0.37 | 0.53 | 152.5 | 0.67 | 0.28 |
| Hex | 18 | 78 | 4C | 50 | 0 | 25 | 35 | 98 | 43 | 1C |
| Octal | 30 | 170 | 114 | 120 | 0 | 45 | 65 | 230 | 103 | 34 |
| Binary | 11000 | 1111000 | 1001100 | 1010000 | 0 | 100101 | 110101 | 10011000 | 1000011 | 11100 |
Color Harmonies of #18784C
Complementary color
Monochromatic Colors of #18784C
Black with #18784C
Text Example
Text Example
White with #18784C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18784C; }
p { color: rgb(24,120,76); }
H1.HeaderClassName
{
color: #18784C;
}
.AnyTagClassName
{
color: #18784C;
}
</style>
background-color css
<style>
a { background-color: #18784C; }
a { background-color: rgb(24,120,76); }
div.DivClassName
{
background-color: #18784C;
}
.BgClassName
{
background-color: #18784C;
}
</style>
border-color css
<style>
span { border-color: #18784C; }
span { border-color: rgb(24,120,76); }
td.TdClassName
{
border-color: #18784C;
}
.TagClassName
{
border-color: #18784C;
}
</style>