Shades of Salem #188541
Tints of Salem #188541
RGB
CMYK
RGB Variations
Color information
#188541 (or 0x188541) is known color: Salem. HEX triplet: 18, 85 and 41. RGB value is (24,133,65). Sum of RGB (Red+Green+Blue) = 24+133+65=222 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.81% from 222); Green value is 133 (52.34% from 255 or 59.91% from 222); Blue value is 65 (25.78% from 255 or 29.28% from 222); Max value from RGB is 133 - color contains mainly: green. Hex color #188541 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #188541 is #E77ABE. Grayscale: #5C5C5C. Windows color (decimal): -15170239 or 4293912. OLE color: 4293912.
HSL color Cylindrical-coordinate representation of color #188541: hue angle of 142.57º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #188541 is Cyan = 0.82, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 24 | 133 | 65 | - |
| CMYK | 0.82 | 0 | 0.51 | 0.48 |
| HSL | 142.57º | 0.69% | 0.31% | - |
| HSV(B) | 142.57º | 0.82% | 0.52% | - |
| XYZ | 9.72 | 17.35 | 7.84 | - |
| YUV | 92.66 | 112.39 | 79.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 133 | 65 | 0.82 | 0 | 0.51 | 0.48 | 142.57 | 0.69 | 0.31 |
| Hex | 18 | 85 | 41 | 52 | 0 | 33 | 30 | 8F | 45 | 1F |
| Octal | 30 | 205 | 101 | 122 | 0 | 63 | 60 | 217 | 105 | 37 |
| Binary | 11000 | 10000101 | 1000001 | 1010010 | 0 | 110011 | 110000 | 10001111 | 1000101 | 11111 |
Color Harmonies of #188541
Complementary color
Monochromatic Colors of #188541
Black with #188541
Text Example
Text Example
White with #188541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188541; }
p { color: rgb(24,133,65); }
H1.HeaderClassName
{
color: #188541;
}
.AnyTagClassName
{
color: #188541;
}
</style>
background-color css
<style>
a { background-color: #188541; }
a { background-color: rgb(24,133,65); }
div.DivClassName
{
background-color: #188541;
}
.BgClassName
{
background-color: #188541;
}
</style>
border-color css
<style>
span { border-color: #188541; }
span { border-color: rgb(24,133,65); }
td.TdClassName
{
border-color: #188541;
}
.TagClassName
{
border-color: #188541;
}
</style>