Shades of Salem #188E45
Tints of Salem #188E45
RGB
CMYK
RGB Variations
Color information
#188E45 (or 0x188E45) is known color: Salem. HEX triplet: 18, 8E and 45. RGB value is (24,142,69). Sum of RGB (Red+Green+Blue) = 24+142+69=235 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.21% from 235); Green value is 142 (55.86% from 255 or 60.43% from 235); Blue value is 69 (27.34% from 255 or 29.36% from 235); Max value from RGB is 142 - color contains mainly: green. Hex color #188E45 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #188E45 is #E771BA. Grayscale: #626262. Windows color (decimal): -15167931 or 4558360. OLE color: 4558360.
HSL color Cylindrical-coordinate representation of color #188E45: hue angle of 142.88º 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 #188E45 is Cyan = 0.83, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 24 | 142 | 69 | - |
| CMYK | 0.83 | 0 | 0.51 | 0.44 |
| HSL | 142.88º | 0.71% | 0.33% | - |
| HSV(B) | 142.88º | 0.83% | 0.56% | - |
| XYZ | 11.12 | 19.97 | 8.9 | - |
| YUV | 98.4 | 111.41 | 74.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 142 | 69 | 0.83 | 0 | 0.51 | 0.44 | 142.88 | 0.71 | 0.33 |
| Hex | 18 | 8E | 45 | 53 | 0 | 33 | 2C | 8F | 47 | 21 |
| Octal | 30 | 216 | 105 | 123 | 0 | 63 | 54 | 217 | 107 | 41 |
| Binary | 11000 | 10001110 | 1000101 | 1010011 | 0 | 110011 | 101100 | 10001111 | 1000111 | 100001 |
Color Harmonies of #188E45
Complementary color
Monochromatic Colors of #188E45
Black with #188E45
Text Example
Text Example
White with #188E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188E45; }
p { color: rgb(24,142,69); }
H1.HeaderClassName
{
color: #188E45;
}
.AnyTagClassName
{
color: #188E45;
}
</style>
background-color css
<style>
a { background-color: #188E45; }
a { background-color: rgb(24,142,69); }
div.DivClassName
{
background-color: #188E45;
}
.BgClassName
{
background-color: #188E45;
}
</style>
border-color css
<style>
span { border-color: #188E45; }
span { border-color: rgb(24,142,69); }
td.TdClassName
{
border-color: #188E45;
}
.TagClassName
{
border-color: #188E45;
}
</style>