Shades of Salem #189149
Tints of Salem #189149
RGB
CMYK
RGB Variations
Color information
#189149 (or 0x189149) is known color: Salem. HEX triplet: 18, 91 and 49. RGB value is (24,145,73). Sum of RGB (Red+Green+Blue) = 24+145+73=242 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.92% from 242); Green value is 145 (57.03% from 255 or 59.92% from 242); Blue value is 73 (28.91% from 255 or 30.17% from 242); Max value from RGB is 145 - color contains mainly: green. Hex color #189149 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #189149 is #E76EB6. Grayscale: #646464. Windows color (decimal): -15167159 or 4821272. OLE color: 4821272.
HSL color Cylindrical-coordinate representation of color #189149: hue angle of 144.3º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #189149 is Cyan = 0.83, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 24 | 145 | 73 | - |
| CMYK | 0.83 | 0 | 0.50 | 0.43 |
| HSL | 144.3º | 0.72% | 0.33% | - |
| HSV(B) | 144.3º | 0.83% | 0.57% | - |
| XYZ | 11.7 | 20.93 | 9.73 | - |
| YUV | 100.61 | 112.41 | 73.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 145 | 73 | 0.83 | 0 | 0.50 | 0.43 | 144.3 | 0.72 | 0.33 |
| Hex | 18 | 91 | 49 | 53 | 0 | 32 | 2B | 90 | 48 | 21 |
| Octal | 30 | 221 | 111 | 123 | 0 | 62 | 53 | 220 | 110 | 41 |
| Binary | 11000 | 10010001 | 1001001 | 1010011 | 0 | 110010 | 101011 | 10010000 | 1001000 | 100001 |
Color Harmonies of #189149
Complementary color
Monochromatic Colors of #189149
Black with #189149
Text Example
Text Example
White with #189149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189149; }
p { color: rgb(24,145,73); }
H1.HeaderClassName
{
color: #189149;
}
.AnyTagClassName
{
color: #189149;
}
</style>
background-color css
<style>
a { background-color: #189149; }
a { background-color: rgb(24,145,73); }
div.DivClassName
{
background-color: #189149;
}
.BgClassName
{
background-color: #189149;
}
</style>
border-color css
<style>
span { border-color: #189149; }
span { border-color: rgb(24,145,73); }
td.TdClassName
{
border-color: #189149;
}
.TagClassName
{
border-color: #189149;
}
</style>