Shades of Salem #189140
Tints of Salem #189140
RGB
CMYK
RGB Variations
Color information
#189140 (or 0x189140) is known color: Salem. HEX triplet: 18, 91 and 40. RGB value is (24,145,64). Sum of RGB (Red+Green+Blue) = 24+145+64=233 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.30% from 233); Green value is 145 (57.03% from 255 or 62.23% from 233); Blue value is 64 (25.39% from 255 or 27.47% from 233); Max value from RGB is 145 - color contains mainly: green. Hex color #189140 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #189140 is #E76EBF. Grayscale: #636363. Windows color (decimal): -15167168 or 4231448. OLE color: 4231448.
HSL color Cylindrical-coordinate representation of color #189140: hue angle of 139.83º 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 #189140 is Cyan = 0.83, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 24 | 145 | 64 | - |
| CMYK | 0.83 | 0 | 0.56 | 0.43 |
| HSL | 139.83º | 0.72% | 0.33% | - |
| HSV(B) | 139.83º | 0.83% | 0.57% | - |
| XYZ | 11.43 | 20.82 | 8.27 | - |
| YUV | 99.59 | 107.91 | 74.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 145 | 64 | 0.83 | 0 | 0.56 | 0.43 | 139.83 | 0.72 | 0.33 |
| Hex | 18 | 91 | 40 | 53 | 0 | 38 | 2B | 8C | 48 | 21 |
| Octal | 30 | 221 | 100 | 123 | 0 | 70 | 53 | 214 | 110 | 41 |
| Binary | 11000 | 10010001 | 1000000 | 1010011 | 0 | 111000 | 101011 | 10001100 | 1001000 | 100001 |
Color Harmonies of #189140
Complementary color
Monochromatic Colors of #189140
Black with #189140
Text Example
Text Example
White with #189140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189140; }
p { color: rgb(24,145,64); }
H1.HeaderClassName
{
color: #189140;
}
.AnyTagClassName
{
color: #189140;
}
</style>
background-color css
<style>
a { background-color: #189140; }
a { background-color: rgb(24,145,64); }
div.DivClassName
{
background-color: #189140;
}
.BgClassName
{
background-color: #189140;
}
</style>
border-color css
<style>
span { border-color: #189140; }
span { border-color: rgb(24,145,64); }
td.TdClassName
{
border-color: #189140;
}
.TagClassName
{
border-color: #189140;
}
</style>