Shades of Salem #188E44
Tints of Salem #188E44
RGB
CMYK
RGB Variations
Color information
#188E44 (or 0x188E44) is known color: Salem. HEX triplet: 18, 8E and 44. RGB value is (24,142,68). Sum of RGB (Red+Green+Blue) = 24+142+68=234 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.26% from 234); Green value is 142 (55.86% from 255 or 60.68% from 234); Blue value is 68 (26.95% from 255 or 29.06% from 234); Max value from RGB is 142 - color contains mainly: green. Hex color #188E44 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #188E44 is #E771BB. Grayscale: #626262. Windows color (decimal): -15167932 or 4492824. OLE color: 4492824.
HSL color Cylindrical-coordinate representation of color #188E44: hue angle of 142.37º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #188E44 is Cyan = 0.83, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 24 | 142 | 68 | - |
| CMYK | 0.83 | 0 | 0.52 | 0.44 |
| HSL | 142.37º | 0.71% | 0.33% | - |
| HSV(B) | 142.37º | 0.83% | 0.56% | - |
| XYZ | 11.09 | 19.96 | 8.74 | - |
| YUV | 98.28 | 110.91 | 75.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 142 | 68 | 0.83 | 0 | 0.52 | 0.44 | 142.37 | 0.71 | 0.33 |
| Hex | 18 | 8E | 44 | 53 | 0 | 34 | 2C | 8E | 47 | 21 |
| Octal | 30 | 216 | 104 | 123 | 0 | 64 | 54 | 216 | 107 | 41 |
| Binary | 11000 | 10001110 | 1000100 | 1010011 | 0 | 110100 | 101100 | 10001110 | 1000111 | 100001 |
Color Harmonies of #188E44
Complementary color
Monochromatic Colors of #188E44
Black with #188E44
Text Example
Text Example
White with #188E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188E44; }
p { color: rgb(24,142,68); }
H1.HeaderClassName
{
color: #188E44;
}
.AnyTagClassName
{
color: #188E44;
}
</style>
background-color css
<style>
a { background-color: #188E44; }
a { background-color: rgb(24,142,68); }
div.DivClassName
{
background-color: #188E44;
}
.BgClassName
{
background-color: #188E44;
}
</style>
border-color css
<style>
span { border-color: #188E44; }
span { border-color: rgb(24,142,68); }
td.TdClassName
{
border-color: #188E44;
}
.TagClassName
{
border-color: #188E44;
}
</style>