Shades of Salem #189141
Tints of Salem #189141
RGB
CMYK
RGB Variations
Color information
#189141 (or 0x189141) is known color: Salem. HEX triplet: 18, 91 and 41. RGB value is (24,145,65). Sum of RGB (Red+Green+Blue) = 24+145+65=234 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.26% from 234); Green value is 145 (57.03% from 255 or 61.97% from 234); Blue value is 65 (25.78% from 255 or 27.78% from 234); Max value from RGB is 145 - color contains mainly: green. Hex color #189141 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #189141 is #E76EBE. Grayscale: #636363. Windows color (decimal): -15167167 or 4296984. OLE color: 4296984.
HSL color Cylindrical-coordinate representation of color #189141: hue angle of 140.33º 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 #189141 is Cyan = 0.83, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 24 | 145 | 65 | - |
| CMYK | 0.83 | 0 | 0.55 | 0.43 |
| HSL | 140.33º | 0.72% | 0.33% | - |
| HSV(B) | 140.33º | 0.83% | 0.57% | - |
| XYZ | 11.46 | 20.83 | 8.42 | - |
| YUV | 99.7 | 108.41 | 74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 145 | 65 | 0.83 | 0 | 0.55 | 0.43 | 140.33 | 0.72 | 0.33 |
| Hex | 18 | 91 | 41 | 53 | 0 | 37 | 2B | 8C | 48 | 21 |
| Octal | 30 | 221 | 101 | 123 | 0 | 67 | 53 | 214 | 110 | 41 |
| Binary | 11000 | 10010001 | 1000001 | 1010011 | 0 | 110111 | 101011 | 10001100 | 1001000 | 100001 |
Color Harmonies of #189141
Complementary color
Monochromatic Colors of #189141
Black with #189141
Text Example
Text Example
White with #189141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189141; }
p { color: rgb(24,145,65); }
H1.HeaderClassName
{
color: #189141;
}
.AnyTagClassName
{
color: #189141;
}
</style>
background-color css
<style>
a { background-color: #189141; }
a { background-color: rgb(24,145,65); }
div.DivClassName
{
background-color: #189141;
}
.BgClassName
{
background-color: #189141;
}
</style>
border-color css
<style>
span { border-color: #189141; }
span { border-color: rgb(24,145,65); }
td.TdClassName
{
border-color: #189141;
}
.TagClassName
{
border-color: #189141;
}
</style>