Shades of Salem #18924F
Tints of Salem #18924F
RGB
CMYK
RGB Variations
Color information
#18924F (or 0x18924F) is known color: Salem. HEX triplet: 18, 92 and 4F. RGB value is (24,146,79). Sum of RGB (Red+Green+Blue) = 24+146+79=249 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.64% from 249); Green value is 146 (57.42% from 255 or 58.63% from 249); Blue value is 79 (31.25% from 255 or 31.73% from 249); Max value from RGB is 146 - color contains mainly: green. Hex color #18924F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18924F is #E76DB0. Grayscale: #666666. Windows color (decimal): -15166897 or 5214744. OLE color: 5214744.
HSL color Cylindrical-coordinate representation of color #18924F: hue angle of 147.05º 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 #18924F is Cyan = 0.84, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 24 | 146 | 79 | - |
| CMYK | 0.84 | 0 | 0.46 | 0.43 |
| HSL | 147.05º | 0.72% | 0.33% | - |
| HSV(B) | 147.05º | 0.84% | 0.57% | - |
| XYZ | 12.07 | 21.32 | 10.88 | - |
| YUV | 101.88 | 115.08 | 72.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 146 | 79 | 0.84 | 0 | 0.46 | 0.43 | 147.05 | 0.72 | 0.33 |
| Hex | 18 | 92 | 4F | 54 | 0 | 2E | 2B | 93 | 48 | 21 |
| Octal | 30 | 222 | 117 | 124 | 0 | 56 | 53 | 223 | 110 | 41 |
| Binary | 11000 | 10010010 | 1001111 | 1010100 | 0 | 101110 | 101011 | 10010011 | 1001000 | 100001 |
Color Harmonies of #18924F
Complementary color
Monochromatic Colors of #18924F
Black with #18924F
Text Example
Text Example
White with #18924F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18924F; }
p { color: rgb(24,146,79); }
H1.HeaderClassName
{
color: #18924F;
}
.AnyTagClassName
{
color: #18924F;
}
</style>
background-color css
<style>
a { background-color: #18924F; }
a { background-color: rgb(24,146,79); }
div.DivClassName
{
background-color: #18924F;
}
.BgClassName
{
background-color: #18924F;
}
</style>
border-color css
<style>
span { border-color: #18924F; }
span { border-color: rgb(24,146,79); }
td.TdClassName
{
border-color: #18924F;
}
.TagClassName
{
border-color: #18924F;
}
</style>