Shades of Salem #188049
Tints of Salem #188049
RGB
CMYK
RGB Variations
Color information
#188049 (or 0x188049) is known color: Salem. HEX triplet: 18, 80 and 49. RGB value is (24,128,73). Sum of RGB (Red+Green+Blue) = 24+128+73=225 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.67% from 225); Green value is 128 (50.39% from 255 or 56.89% from 225); Blue value is 73 (28.91% from 255 or 32.44% from 225); Max value from RGB is 128 - color contains mainly: green. Hex color #188049 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #188049 is #E77FB6. Grayscale: #5A5A5A. Windows color (decimal): -15171511 or 4816920. OLE color: 4816920.
HSL color Cylindrical-coordinate representation of color #188049: hue angle of 148.27º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #188049 is Cyan = 0.81, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 24 | 128 | 73 | - |
| CMYK | 0.81 | 0 | 0.43 | 0.50 |
| HSL | 148.27º | 0.68% | 0.3% | - |
| HSV(B) | 148.27º | 0.81% | 0.5% | - |
| XYZ | 9.3 | 16.11 | 8.92 | - |
| YUV | 90.63 | 118.04 | 80.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 128 | 73 | 0.81 | 0 | 0.43 | 0.50 | 148.27 | 0.68 | 0.3 |
| Hex | 18 | 80 | 49 | 51 | 0 | 2B | 32 | 94 | 44 | 1E |
| Octal | 30 | 200 | 111 | 121 | 0 | 53 | 62 | 224 | 104 | 36 |
| Binary | 11000 | 10000000 | 1001001 | 1010001 | 0 | 101011 | 110010 | 10010100 | 1000100 | 11110 |
Color Harmonies of #188049
Complementary color
Monochromatic Colors of #188049
Black with #188049
Text Example
Text Example
White with #188049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188049; }
p { color: rgb(24,128,73); }
H1.HeaderClassName
{
color: #188049;
}
.AnyTagClassName
{
color: #188049;
}
</style>
background-color css
<style>
a { background-color: #188049; }
a { background-color: rgb(24,128,73); }
div.DivClassName
{
background-color: #188049;
}
.BgClassName
{
background-color: #188049;
}
</style>
border-color css
<style>
span { border-color: #188049; }
span { border-color: rgb(24,128,73); }
td.TdClassName
{
border-color: #188049;
}
.TagClassName
{
border-color: #188049;
}
</style>