Shades of Salem #189040
Tints of Salem #189040
RGB
CMYK
RGB Variations
Color information
#189040 (or 0x189040) is known color: Salem. HEX triplet: 18, 90 and 40. RGB value is (24,144,64). Sum of RGB (Red+Green+Blue) = 24+144+64=232 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.34% from 232); Green value is 144 (56.64% from 255 or 62.07% from 232); Blue value is 64 (25.39% from 255 or 27.59% from 232); Max value from RGB is 144 - color contains mainly: green. Hex color #189040 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #189040 is #E76FBF. Grayscale: #636363. Windows color (decimal): -15167424 or 4231192. OLE color: 4231192.
HSL color Cylindrical-coordinate representation of color #189040: hue angle of 140º 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 #189040 is Cyan = 0.83, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 24 | 144 | 64 | - |
| CMYK | 0.83 | 0 | 0.56 | 0.44 |
| HSL | 140º | 0.71% | 0.33% | - |
| HSV(B) | 140º | 0.83% | 0.56% | - |
| XYZ | 11.28 | 20.51 | 8.22 | - |
| YUV | 99 | 108.24 | 74.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 144 | 64 | 0.83 | 0 | 0.56 | 0.44 | 140 | 0.71 | 0.33 |
| Hex | 18 | 90 | 40 | 53 | 0 | 38 | 2C | 8C | 47 | 21 |
| Octal | 30 | 220 | 100 | 123 | 0 | 70 | 54 | 214 | 107 | 41 |
| Binary | 11000 | 10010000 | 1000000 | 1010011 | 0 | 111000 | 101100 | 10001100 | 1000111 | 100001 |
Color Harmonies of #189040
Complementary color
Monochromatic Colors of #189040
Black with #189040
Text Example
Text Example
White with #189040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189040; }
p { color: rgb(24,144,64); }
H1.HeaderClassName
{
color: #189040;
}
.AnyTagClassName
{
color: #189040;
}
</style>
background-color css
<style>
a { background-color: #189040; }
a { background-color: rgb(24,144,64); }
div.DivClassName
{
background-color: #189040;
}
.BgClassName
{
background-color: #189040;
}
</style>
border-color css
<style>
span { border-color: #189040; }
span { border-color: rgb(24,144,64); }
td.TdClassName
{
border-color: #189040;
}
.TagClassName
{
border-color: #189040;
}
</style>