Shades of Salem #188840
Tints of Salem #188840
RGB
CMYK
RGB Variations
Color information
#188840 (or 0x188840) is known color: Salem. HEX triplet: 18, 88 and 40. RGB value is (24,136,64). Sum of RGB (Red+Green+Blue) = 24+136+64=224 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.71% from 224); Green value is 136 (53.52% from 255 or 60.71% from 224); Blue value is 64 (25.39% from 255 or 28.57% from 224); Max value from RGB is 136 - color contains mainly: green. Hex color #188840 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #188840 is #E777BF. Grayscale: #5E5E5E. Windows color (decimal): -15169472 or 4229144. OLE color: 4229144.
HSL color Cylindrical-coordinate representation of color #188840: hue angle of 141.43º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #188840 is Cyan = 0.82, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 24 | 136 | 64 | - |
| CMYK | 0.82 | 0 | 0.53 | 0.47 |
| HSL | 141.43º | 0.7% | 0.31% | - |
| HSV(B) | 141.43º | 0.82% | 0.53% | - |
| XYZ | 10.11 | 18.17 | 7.83 | - |
| YUV | 94.3 | 110.89 | 77.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 136 | 64 | 0.82 | 0 | 0.53 | 0.47 | 141.43 | 0.7 | 0.31 |
| Hex | 18 | 88 | 40 | 52 | 0 | 35 | 2F | 8D | 46 | 1F |
| Octal | 30 | 210 | 100 | 122 | 0 | 65 | 57 | 215 | 106 | 37 |
| Binary | 11000 | 10001000 | 1000000 | 1010010 | 0 | 110101 | 101111 | 10001101 | 1000110 | 11111 |
Color Harmonies of #188840
Complementary color
Monochromatic Colors of #188840
Black with #188840
Text Example
Text Example
White with #188840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188840; }
p { color: rgb(24,136,64); }
H1.HeaderClassName
{
color: #188840;
}
.AnyTagClassName
{
color: #188840;
}
</style>
background-color css
<style>
a { background-color: #188840; }
a { background-color: rgb(24,136,64); }
div.DivClassName
{
background-color: #188840;
}
.BgClassName
{
background-color: #188840;
}
</style>
border-color css
<style>
span { border-color: #188840; }
span { border-color: rgb(24,136,64); }
td.TdClassName
{
border-color: #188840;
}
.TagClassName
{
border-color: #188840;
}
</style>