Shades of Salem #188447
Tints of Salem #188447
RGB
CMYK
RGB Variations
Color information
#188447 (or 0x188447) is known color: Salem. HEX triplet: 18, 84 and 47. RGB value is (24,132,71). Sum of RGB (Red+Green+Blue) = 24+132+71=227 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.57% from 227); Green value is 132 (51.95% from 255 or 58.15% from 227); Blue value is 71 (28.12% from 255 or 31.28% from 227); Max value from RGB is 132 - color contains mainly: green. Hex color #188447 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #188447 is #E77BB8. Grayscale: #5C5C5C. Windows color (decimal): -15170489 or 4686872. OLE color: 4686872.
HSL color Cylindrical-coordinate representation of color #188447: hue angle of 146.11º 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 #188447 is Cyan = 0.82, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 24 | 132 | 71 | - |
| CMYK | 0.82 | 0 | 0.46 | 0.48 |
| HSL | 146.11º | 0.69% | 0.31% | - |
| HSV(B) | 146.11º | 0.82% | 0.52% | - |
| XYZ | 9.77 | 17.15 | 8.76 | - |
| YUV | 92.75 | 115.72 | 78.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 132 | 71 | 0.82 | 0 | 0.46 | 0.48 | 146.11 | 0.69 | 0.31 |
| Hex | 18 | 84 | 47 | 52 | 0 | 2E | 30 | 92 | 45 | 1F |
| Octal | 30 | 204 | 107 | 122 | 0 | 56 | 60 | 222 | 105 | 37 |
| Binary | 11000 | 10000100 | 1000111 | 1010010 | 0 | 101110 | 110000 | 10010010 | 1000101 | 11111 |
Color Harmonies of #188447
Complementary color
Monochromatic Colors of #188447
Black with #188447
Text Example
Text Example
White with #188447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188447; }
p { color: rgb(24,132,71); }
H1.HeaderClassName
{
color: #188447;
}
.AnyTagClassName
{
color: #188447;
}
</style>
background-color css
<style>
a { background-color: #188447; }
a { background-color: rgb(24,132,71); }
div.DivClassName
{
background-color: #188447;
}
.BgClassName
{
background-color: #188447;
}
</style>
border-color css
<style>
span { border-color: #188447; }
span { border-color: rgb(24,132,71); }
td.TdClassName
{
border-color: #188447;
}
.TagClassName
{
border-color: #188447;
}
</style>