Shades of Salem #18924C
Tints of Salem #18924C
RGB
CMYK
RGB Variations
Color information
#18924C (or 0x18924C) is known color: Salem. HEX triplet: 18, 92 and 4C. RGB value is (24,146,76). Sum of RGB (Red+Green+Blue) = 24+146+76=246 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.76% from 246); Green value is 146 (57.42% from 255 or 59.35% from 246); Blue value is 76 (30.08% from 255 or 30.89% from 246); Max value from RGB is 146 - color contains mainly: green. Hex color #18924C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18924C is #E76DB3. Grayscale: #656565. Windows color (decimal): -15166900 or 5018136. OLE color: 5018136.
HSL color Cylindrical-coordinate representation of color #18924C: hue angle of 145.57º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #18924C is Cyan = 0.84, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 24 | 146 | 76 | - |
| CMYK | 0.84 | 0 | 0.48 | 0.43 |
| HSL | 145.57º | 0.72% | 0.33% | - |
| HSV(B) | 145.57º | 0.84% | 0.57% | - |
| XYZ | 11.96 | 21.27 | 10.31 | - |
| YUV | 101.54 | 113.58 | 72.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 146 | 76 | 0.84 | 0 | 0.48 | 0.43 | 145.57 | 0.72 | 0.33 |
| Hex | 18 | 92 | 4C | 54 | 0 | 30 | 2B | 92 | 48 | 21 |
| Octal | 30 | 222 | 114 | 124 | 0 | 60 | 53 | 222 | 110 | 41 |
| Binary | 11000 | 10010010 | 1001100 | 1010100 | 0 | 110000 | 101011 | 10010010 | 1001000 | 100001 |
Color Harmonies of #18924C
Complementary color
Monochromatic Colors of #18924C
Black with #18924C
Text Example
Text Example
White with #18924C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18924C; }
p { color: rgb(24,146,76); }
H1.HeaderClassName
{
color: #18924C;
}
.AnyTagClassName
{
color: #18924C;
}
</style>
background-color css
<style>
a { background-color: #18924C; }
a { background-color: rgb(24,146,76); }
div.DivClassName
{
background-color: #18924C;
}
.BgClassName
{
background-color: #18924C;
}
</style>
border-color css
<style>
span { border-color: #18924C; }
span { border-color: rgb(24,146,76); }
td.TdClassName
{
border-color: #18924C;
}
.TagClassName
{
border-color: #18924C;
}
</style>