Shades of Salem #188142
Tints of Salem #188142
RGB
CMYK
RGB Variations
Color information
#188142 (or 0x188142) is known color: Salem. HEX triplet: 18, 81 and 42. RGB value is (24,129,66). Sum of RGB (Red+Green+Blue) = 24+129+66=219 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.96% from 219); Green value is 129 (50.78% from 255 or 58.90% from 219); Blue value is 66 (26.17% from 255 or 30.14% from 219); Max value from RGB is 129 - color contains mainly: green. Hex color #188142 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #188142 is #E77EBD. Grayscale: #5A5A5A. Windows color (decimal): -15171262 or 4358424. OLE color: 4358424.
HSL color Cylindrical-coordinate representation of color #188142: hue angle of 144º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #188142 is Cyan = 0.81, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 24 | 129 | 66 | - |
| CMYK | 0.81 | 0 | 0.49 | 0.49 |
| HSL | 144º | 0.69% | 0.3% | - |
| HSV(B) | 144º | 0.81% | 0.51% | - |
| XYZ | 9.21 | 16.29 | 7.81 | - |
| YUV | 90.42 | 114.21 | 80.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 129 | 66 | 0.81 | 0 | 0.49 | 0.49 | 144 | 0.69 | 0.3 |
| Hex | 18 | 81 | 42 | 51 | 0 | 31 | 31 | 90 | 45 | 1E |
| Octal | 30 | 201 | 102 | 121 | 0 | 61 | 61 | 220 | 105 | 36 |
| Binary | 11000 | 10000001 | 1000010 | 1010001 | 0 | 110001 | 110001 | 10010000 | 1000101 | 11110 |
Color Harmonies of #188142
Complementary color
Monochromatic Colors of #188142
Black with #188142
Text Example
Text Example
White with #188142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188142; }
p { color: rgb(24,129,66); }
H1.HeaderClassName
{
color: #188142;
}
.AnyTagClassName
{
color: #188142;
}
</style>
background-color css
<style>
a { background-color: #188142; }
a { background-color: rgb(24,129,66); }
div.DivClassName
{
background-color: #188142;
}
.BgClassName
{
background-color: #188142;
}
</style>
border-color css
<style>
span { border-color: #188142; }
span { border-color: rgb(24,129,66); }
td.TdClassName
{
border-color: #188142;
}
.TagClassName
{
border-color: #188142;
}
</style>