Shades of Salem #189344
Tints of Salem #189344
RGB
CMYK
RGB Variations
Color information
#189344 (or 0x189344) is known color: Salem. HEX triplet: 18, 93 and 44. RGB value is (24,147,68). Sum of RGB (Red+Green+Blue) = 24+147+68=239 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.04% from 239); Green value is 147 (57.81% from 255 or 61.51% from 239); Blue value is 68 (26.95% from 255 or 28.45% from 239); Max value from RGB is 147 - color contains mainly: green. Hex color #189344 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #189344 is #E76CBB. Grayscale: #656565. Windows color (decimal): -15166652 or 4494104. OLE color: 4494104.
HSL color Cylindrical-coordinate representation of color #189344: hue angle of 141.46º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #189344 is Cyan = 0.84, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 24 | 147 | 68 | - |
| CMYK | 0.84 | 0 | 0.54 | 0.42 |
| HSL | 141.46º | 0.72% | 0.34% | - |
| HSV(B) | 141.46º | 0.84% | 0.58% | - |
| XYZ | 11.85 | 21.48 | 8.99 | - |
| YUV | 101.22 | 109.25 | 72.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 147 | 68 | 0.84 | 0 | 0.54 | 0.42 | 141.46 | 0.72 | 0.34 |
| Hex | 18 | 93 | 44 | 54 | 0 | 36 | 2A | 8D | 48 | 22 |
| Octal | 30 | 223 | 104 | 124 | 0 | 66 | 52 | 215 | 110 | 42 |
| Binary | 11000 | 10010011 | 1000100 | 1010100 | 0 | 110110 | 101010 | 10001101 | 1001000 | 100010 |
Color Harmonies of #189344
Complementary color
Monochromatic Colors of #189344
Black with #189344
Text Example
Text Example
White with #189344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189344; }
p { color: rgb(24,147,68); }
H1.HeaderClassName
{
color: #189344;
}
.AnyTagClassName
{
color: #189344;
}
</style>
background-color css
<style>
a { background-color: #189344; }
a { background-color: rgb(24,147,68); }
div.DivClassName
{
background-color: #189344;
}
.BgClassName
{
background-color: #189344;
}
</style>
border-color css
<style>
span { border-color: #189344; }
span { border-color: rgb(24,147,68); }
td.TdClassName
{
border-color: #189344;
}
.TagClassName
{
border-color: #189344;
}
</style>