Shades of Salem #188441
Tints of Salem #188441
RGB
CMYK
RGB Variations
Color information
#188441 (or 0x188441) is known color: Salem. HEX triplet: 18, 84 and 41. RGB value is (24,132,65). Sum of RGB (Red+Green+Blue) = 24+132+65=221 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.86% from 221); Green value is 132 (51.95% from 255 or 59.73% from 221); Blue value is 65 (25.78% from 255 or 29.41% from 221); Max value from RGB is 132 - color contains mainly: green. Hex color #188441 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #188441 is #E77BBE. Grayscale: #5C5C5C. Windows color (decimal): -15170495 or 4293656. OLE color: 4293656.
HSL color Cylindrical-coordinate representation of color #188441: hue angle of 142.78º 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 #188441 is Cyan = 0.82, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 24 | 132 | 65 | - |
| CMYK | 0.82 | 0 | 0.51 | 0.48 |
| HSL | 142.78º | 0.69% | 0.31% | - |
| HSV(B) | 142.78º | 0.82% | 0.52% | - |
| XYZ | 9.58 | 17.08 | 7.79 | - |
| YUV | 92.07 | 112.72 | 79.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 132 | 65 | 0.82 | 0 | 0.51 | 0.48 | 142.78 | 0.69 | 0.31 |
| Hex | 18 | 84 | 41 | 52 | 0 | 33 | 30 | 8F | 45 | 1F |
| Octal | 30 | 204 | 101 | 122 | 0 | 63 | 60 | 217 | 105 | 37 |
| Binary | 11000 | 10000100 | 1000001 | 1010010 | 0 | 110011 | 110000 | 10001111 | 1000101 | 11111 |
Color Harmonies of #188441
Complementary color
Monochromatic Colors of #188441
Black with #188441
Text Example
Text Example
White with #188441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188441; }
p { color: rgb(24,132,65); }
H1.HeaderClassName
{
color: #188441;
}
.AnyTagClassName
{
color: #188441;
}
</style>
background-color css
<style>
a { background-color: #188441; }
a { background-color: rgb(24,132,65); }
div.DivClassName
{
background-color: #188441;
}
.BgClassName
{
background-color: #188441;
}
</style>
border-color css
<style>
span { border-color: #188441; }
span { border-color: rgb(24,132,65); }
td.TdClassName
{
border-color: #188441;
}
.TagClassName
{
border-color: #188441;
}
</style>