Shades of Salem #188640
Tints of Salem #188640
RGB
CMYK
RGB Variations
Color information
#188640 (or 0x188640) is known color: Salem. HEX triplet: 18, 86 and 40. RGB value is (24,134,64). Sum of RGB (Red+Green+Blue) = 24+134+64=222 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.81% from 222); Green value is 134 (52.73% from 255 or 60.36% from 222); Blue value is 64 (25.39% from 255 or 28.83% from 222); Max value from RGB is 134 - color contains mainly: green. Hex color #188640 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #188640 is #E779BF. Grayscale: #5D5D5D. Windows color (decimal): -15169984 or 4228632. OLE color: 4228632.
HSL color Cylindrical-coordinate representation of color #188640: hue angle of 141.82º 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 #188640 is Cyan = 0.82, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 24 | 134 | 64 | - |
| CMYK | 0.82 | 0 | 0.52 | 0.47 |
| HSL | 141.82º | 0.7% | 0.31% | - |
| HSV(B) | 141.82º | 0.82% | 0.53% | - |
| XYZ | 9.83 | 17.61 | 7.73 | - |
| YUV | 93.13 | 111.56 | 78.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 134 | 64 | 0.82 | 0 | 0.52 | 0.47 | 141.82 | 0.7 | 0.31 |
| Hex | 18 | 86 | 40 | 52 | 0 | 34 | 2F | 8E | 46 | 1F |
| Octal | 30 | 206 | 100 | 122 | 0 | 64 | 57 | 216 | 106 | 37 |
| Binary | 11000 | 10000110 | 1000000 | 1010010 | 0 | 110100 | 101111 | 10001110 | 1000110 | 11111 |
Color Harmonies of #188640
Complementary color
Monochromatic Colors of #188640
Black with #188640
Text Example
Text Example
White with #188640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188640; }
p { color: rgb(24,134,64); }
H1.HeaderClassName
{
color: #188640;
}
.AnyTagClassName
{
color: #188640;
}
</style>
background-color css
<style>
a { background-color: #188640; }
a { background-color: rgb(24,134,64); }
div.DivClassName
{
background-color: #188640;
}
.BgClassName
{
background-color: #188640;
}
</style>
border-color css
<style>
span { border-color: #188640; }
span { border-color: rgb(24,134,64); }
td.TdClassName
{
border-color: #188640;
}
.TagClassName
{
border-color: #188640;
}
</style>