Shades of Salem #18904F
Tints of Salem #18904F
RGB
CMYK
RGB Variations
Color information
#18904F (or 0x18904F) is known color: Salem. HEX triplet: 18, 90 and 4F. RGB value is (24,144,79). Sum of RGB (Red+Green+Blue) = 24+144+79=247 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.72% from 247); Green value is 144 (56.64% from 255 or 58.30% from 247); Blue value is 79 (31.25% from 255 or 31.98% from 247); Max value from RGB is 144 - color contains mainly: green. Hex color #18904F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18904F is #E76FB0. Grayscale: #646464. Windows color (decimal): -15167409 or 5214232. OLE color: 5214232.
HSL color Cylindrical-coordinate representation of color #18904F: hue angle of 147.5º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18904F is Cyan = 0.83, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 24 | 144 | 79 | - |
| CMYK | 0.83 | 0 | 0.45 | 0.44 |
| HSL | 147.5º | 0.71% | 0.33% | - |
| HSV(B) | 147.5º | 0.83% | 0.56% | - |
| XYZ | 11.76 | 20.71 | 10.77 | - |
| YUV | 100.71 | 115.74 | 73.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 144 | 79 | 0.83 | 0 | 0.45 | 0.44 | 147.5 | 0.71 | 0.33 |
| Hex | 18 | 90 | 4F | 53 | 0 | 2D | 2C | 94 | 47 | 21 |
| Octal | 30 | 220 | 117 | 123 | 0 | 55 | 54 | 224 | 107 | 41 |
| Binary | 11000 | 10010000 | 1001111 | 1010011 | 0 | 101101 | 101100 | 10010100 | 1000111 | 100001 |
Color Harmonies of #18904F
Complementary color
Monochromatic Colors of #18904F
Black with #18904F
Text Example
Text Example
White with #18904F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18904F; }
p { color: rgb(24,144,79); }
H1.HeaderClassName
{
color: #18904F;
}
.AnyTagClassName
{
color: #18904F;
}
</style>
background-color css
<style>
a { background-color: #18904F; }
a { background-color: rgb(24,144,79); }
div.DivClassName
{
background-color: #18904F;
}
.BgClassName
{
background-color: #18904F;
}
</style>
border-color css
<style>
span { border-color: #18904F; }
span { border-color: rgb(24,144,79); }
td.TdClassName
{
border-color: #18904F;
}
.TagClassName
{
border-color: #18904F;
}
</style>