Shades of Salem #189047
Tints of Salem #189047
RGB
CMYK
RGB Variations
Color information
#189047 (or 0x189047) is known color: Salem. HEX triplet: 18, 90 and 47. RGB value is (24,144,71). Sum of RGB (Red+Green+Blue) = 24+144+71=239 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.04% from 239); Green value is 144 (56.64% from 255 or 60.25% from 239); Blue value is 71 (28.12% from 255 or 29.71% from 239); Max value from RGB is 144 - color contains mainly: green. Hex color #189047 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #189047 is #E76FB8. Grayscale: #636363. Windows color (decimal): -15167417 or 4689944. OLE color: 4689944.
HSL color Cylindrical-coordinate representation of color #189047: hue angle of 143.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 #189047 is Cyan = 0.83, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 24 | 144 | 71 | - |
| CMYK | 0.83 | 0 | 0.51 | 0.44 |
| HSL | 143.5º | 0.71% | 0.33% | - |
| HSV(B) | 143.5º | 0.83% | 0.56% | - |
| XYZ | 11.49 | 20.6 | 9.33 | - |
| YUV | 99.8 | 111.74 | 73.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 144 | 71 | 0.83 | 0 | 0.51 | 0.44 | 143.5 | 0.71 | 0.33 |
| Hex | 18 | 90 | 47 | 53 | 0 | 33 | 2C | 90 | 47 | 21 |
| Octal | 30 | 220 | 107 | 123 | 0 | 63 | 54 | 220 | 107 | 41 |
| Binary | 11000 | 10010000 | 1000111 | 1010011 | 0 | 110011 | 101100 | 10010000 | 1000111 | 100001 |
Color Harmonies of #189047
Complementary color
Monochromatic Colors of #189047
Black with #189047
Text Example
Text Example
White with #189047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189047; }
p { color: rgb(24,144,71); }
H1.HeaderClassName
{
color: #189047;
}
.AnyTagClassName
{
color: #189047;
}
</style>
background-color css
<style>
a { background-color: #189047; }
a { background-color: rgb(24,144,71); }
div.DivClassName
{
background-color: #189047;
}
.BgClassName
{
background-color: #189047;
}
</style>
border-color css
<style>
span { border-color: #189047; }
span { border-color: rgb(24,144,71); }
td.TdClassName
{
border-color: #189047;
}
.TagClassName
{
border-color: #189047;
}
</style>