Shades of Salem #188941
Tints of Salem #188941
RGB
CMYK
RGB Variations
Color information
#188941 (or 0x188941) is known color: Salem. HEX triplet: 18, 89 and 41. RGB value is (24,137,65). Sum of RGB (Red+Green+Blue) = 24+137+65=226 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.62% from 226); Green value is 137 (53.91% from 255 or 60.62% from 226); Blue value is 65 (25.78% from 255 or 28.76% from 226); Max value from RGB is 137 - color contains mainly: green. Hex color #188941 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #188941 is #E776BE. Grayscale: #5F5F5F. Windows color (decimal): -15169215 or 4294936. OLE color: 4294936.
HSL color Cylindrical-coordinate representation of color #188941: hue angle of 141.77º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #188941 is Cyan = 0.82, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 24 | 137 | 65 | - |
| CMYK | 0.82 | 0 | 0.53 | 0.46 |
| HSL | 141.77º | 0.7% | 0.32% | - |
| HSV(B) | 141.77º | 0.82% | 0.54% | - |
| XYZ | 10.28 | 18.47 | 8.02 | - |
| YUV | 95.01 | 111.06 | 77.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 137 | 65 | 0.82 | 0 | 0.53 | 0.46 | 141.77 | 0.7 | 0.32 |
| Hex | 18 | 89 | 41 | 52 | 0 | 35 | 2E | 8E | 46 | 20 |
| Octal | 30 | 211 | 101 | 122 | 0 | 65 | 56 | 216 | 106 | 40 |
| Binary | 11000 | 10001001 | 1000001 | 1010010 | 0 | 110101 | 101110 | 10001110 | 1000110 | 100000 |
Color Harmonies of #188941
Complementary color
Monochromatic Colors of #188941
Black with #188941
Text Example
Text Example
White with #188941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188941; }
p { color: rgb(24,137,65); }
H1.HeaderClassName
{
color: #188941;
}
.AnyTagClassName
{
color: #188941;
}
</style>
background-color css
<style>
a { background-color: #188941; }
a { background-color: rgb(24,137,65); }
div.DivClassName
{
background-color: #188941;
}
.BgClassName
{
background-color: #188941;
}
</style>
border-color css
<style>
span { border-color: #188941; }
span { border-color: rgb(24,137,65); }
td.TdClassName
{
border-color: #188941;
}
.TagClassName
{
border-color: #188941;
}
</style>