Shades of Salem #188A44
Tints of Salem #188A44
RGB
CMYK
RGB Variations
Color information
#188A44 (or 0x188A44) is known color: Salem. HEX triplet: 18, 8A and 44. RGB value is (24,138,68). Sum of RGB (Red+Green+Blue) = 24+138+68=230 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.43% from 230); Green value is 138 (54.30% from 255 or 60% from 230); Blue value is 68 (26.95% from 255 or 29.57% from 230); Max value from RGB is 138 - color contains mainly: green. Hex color #188A44 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #188A44 is #E775BB. Grayscale: #606060. Windows color (decimal): -15168956 or 4491800. OLE color: 4491800.
HSL color Cylindrical-coordinate representation of color #188A44: hue angle of 143.16º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #188A44 is Cyan = 0.83, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 24 | 138 | 68 | - |
| CMYK | 0.83 | 0 | 0.51 | 0.46 |
| HSL | 143.16º | 0.7% | 0.32% | - |
| HSV(B) | 143.16º | 0.83% | 0.54% | - |
| XYZ | 10.51 | 18.79 | 8.54 | - |
| YUV | 95.93 | 112.23 | 76.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 138 | 68 | 0.83 | 0 | 0.51 | 0.46 | 143.16 | 0.7 | 0.32 |
| Hex | 18 | 8A | 44 | 53 | 0 | 33 | 2E | 8F | 46 | 20 |
| Octal | 30 | 212 | 104 | 123 | 0 | 63 | 56 | 217 | 106 | 40 |
| Binary | 11000 | 10001010 | 1000100 | 1010011 | 0 | 110011 | 101110 | 10001111 | 1000110 | 100000 |
Color Harmonies of #188A44
Complementary color
Monochromatic Colors of #188A44
Black with #188A44
Text Example
Text Example
White with #188A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188A44; }
p { color: rgb(24,138,68); }
H1.HeaderClassName
{
color: #188A44;
}
.AnyTagClassName
{
color: #188A44;
}
</style>
background-color css
<style>
a { background-color: #188A44; }
a { background-color: rgb(24,138,68); }
div.DivClassName
{
background-color: #188A44;
}
.BgClassName
{
background-color: #188A44;
}
</style>
border-color css
<style>
span { border-color: #188A44; }
span { border-color: rgb(24,138,68); }
td.TdClassName
{
border-color: #188A44;
}
.TagClassName
{
border-color: #188A44;
}
</style>