Shades of Salem #188545
Tints of Salem #188545
RGB
CMYK
RGB Variations
Color information
#188545 (or 0x188545) is known color: Salem. HEX triplet: 18, 85 and 45. RGB value is (24,133,69). Sum of RGB (Red+Green+Blue) = 24+133+69=226 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.62% from 226); Green value is 133 (52.34% from 255 or 58.85% from 226); Blue value is 69 (27.34% from 255 or 30.53% from 226); Max value from RGB is 133 - color contains mainly: green. Hex color #188545 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #188545 is #E77ABA. Grayscale: #5D5D5D. Windows color (decimal): -15170235 or 4556056. OLE color: 4556056.
HSL color Cylindrical-coordinate representation of color #188545: hue angle of 144.77º 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 #188545 is Cyan = 0.82, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 24 | 133 | 69 | - |
| CMYK | 0.82 | 0 | 0.48 | 0.48 |
| HSL | 144.77º | 0.69% | 0.31% | - |
| HSV(B) | 144.77º | 0.82% | 0.52% | - |
| XYZ | 9.84 | 17.4 | 8.47 | - |
| YUV | 93.11 | 114.39 | 78.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 133 | 69 | 0.82 | 0 | 0.48 | 0.48 | 144.77 | 0.69 | 0.31 |
| Hex | 18 | 85 | 45 | 52 | 0 | 30 | 30 | 91 | 45 | 1F |
| Octal | 30 | 205 | 105 | 122 | 0 | 60 | 60 | 221 | 105 | 37 |
| Binary | 11000 | 10000101 | 1000101 | 1010010 | 0 | 110000 | 110000 | 10010001 | 1000101 | 11111 |
Color Harmonies of #188545
Complementary color
Monochromatic Colors of #188545
Black with #188545
Text Example
Text Example
White with #188545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188545; }
p { color: rgb(24,133,69); }
H1.HeaderClassName
{
color: #188545;
}
.AnyTagClassName
{
color: #188545;
}
</style>
background-color css
<style>
a { background-color: #188545; }
a { background-color: rgb(24,133,69); }
div.DivClassName
{
background-color: #188545;
}
.BgClassName
{
background-color: #188545;
}
</style>
border-color css
<style>
span { border-color: #188545; }
span { border-color: rgb(24,133,69); }
td.TdClassName
{
border-color: #188545;
}
.TagClassName
{
border-color: #188545;
}
</style>