Shades of Salem #189241
Tints of Salem #189241
RGB
CMYK
RGB Variations
Color information
#189241 (or 0x189241) is known color: Salem. HEX triplet: 18, 92 and 41. RGB value is (24,146,65). Sum of RGB (Red+Green+Blue) = 24+146+65=235 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.21% from 235); Green value is 146 (57.42% from 255 or 62.13% from 235); Blue value is 65 (25.78% from 255 or 27.66% from 235); Max value from RGB is 146 - color contains mainly: green. Hex color #189241 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #189241 is #E76DBE. Grayscale: #646464. Windows color (decimal): -15166911 or 4297240. OLE color: 4297240.
HSL color Cylindrical-coordinate representation of color #189241: hue angle of 140.16º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #189241 is Cyan = 0.84, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 24 | 146 | 65 | - |
| CMYK | 0.84 | 0 | 0.55 | 0.43 |
| HSL | 140.16º | 0.72% | 0.33% | - |
| HSV(B) | 140.16º | 0.84% | 0.57% | - |
| XYZ | 11.61 | 21.13 | 8.47 | - |
| YUV | 100.29 | 108.08 | 73.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 146 | 65 | 0.84 | 0 | 0.55 | 0.43 | 140.16 | 0.72 | 0.33 |
| Hex | 18 | 92 | 41 | 54 | 0 | 37 | 2B | 8C | 48 | 21 |
| Octal | 30 | 222 | 101 | 124 | 0 | 67 | 53 | 214 | 110 | 41 |
| Binary | 11000 | 10010010 | 1000001 | 1010100 | 0 | 110111 | 101011 | 10001100 | 1001000 | 100001 |
Color Harmonies of #189241
Complementary color
Monochromatic Colors of #189241
Black with #189241
Text Example
Text Example
White with #189241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189241; }
p { color: rgb(24,146,65); }
H1.HeaderClassName
{
color: #189241;
}
.AnyTagClassName
{
color: #189241;
}
</style>
background-color css
<style>
a { background-color: #189241; }
a { background-color: rgb(24,146,65); }
div.DivClassName
{
background-color: #189241;
}
.BgClassName
{
background-color: #189241;
}
</style>
border-color css
<style>
span { border-color: #189241; }
span { border-color: rgb(24,146,65); }
td.TdClassName
{
border-color: #189241;
}
.TagClassName
{
border-color: #189241;
}
</style>