Shades of Salem #188045
Tints of Salem #188045
RGB
CMYK
RGB Variations
Color information
#188045 (or 0x188045) is known color: Salem. HEX triplet: 18, 80 and 45. RGB value is (24,128,69). Sum of RGB (Red+Green+Blue) = 24+128+69=221 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.86% from 221); Green value is 128 (50.39% from 255 or 57.92% from 221); Blue value is 69 (27.34% from 255 or 31.22% from 221); Max value from RGB is 128 - color contains mainly: green. Hex color #188045 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #188045 is #E77FBA. Grayscale: #5A5A5A. Windows color (decimal): -15171515 or 4554776. OLE color: 4554776.
HSL color Cylindrical-coordinate representation of color #188045: hue angle of 145.96º 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 #188045 is Cyan = 0.81, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 24 | 128 | 69 | - |
| CMYK | 0.81 | 0 | 0.46 | 0.50 |
| HSL | 145.96º | 0.68% | 0.3% | - |
| HSV(B) | 145.96º | 0.81% | 0.5% | - |
| XYZ | 9.17 | 16.06 | 8.25 | - |
| YUV | 90.18 | 116.04 | 80.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 128 | 69 | 0.81 | 0 | 0.46 | 0.50 | 145.96 | 0.68 | 0.3 |
| Hex | 18 | 80 | 45 | 51 | 0 | 2E | 32 | 92 | 44 | 1E |
| Octal | 30 | 200 | 105 | 121 | 0 | 56 | 62 | 222 | 104 | 36 |
| Binary | 11000 | 10000000 | 1000101 | 1010001 | 0 | 101110 | 110010 | 10010010 | 1000100 | 11110 |
Color Harmonies of #188045
Complementary color
Monochromatic Colors of #188045
Black with #188045
Text Example
Text Example
White with #188045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188045; }
p { color: rgb(24,128,69); }
H1.HeaderClassName
{
color: #188045;
}
.AnyTagClassName
{
color: #188045;
}
</style>
background-color css
<style>
a { background-color: #188045; }
a { background-color: rgb(24,128,69); }
div.DivClassName
{
background-color: #188045;
}
.BgClassName
{
background-color: #188045;
}
</style>
border-color css
<style>
span { border-color: #188045; }
span { border-color: rgb(24,128,69); }
td.TdClassName
{
border-color: #188045;
}
.TagClassName
{
border-color: #188045;
}
</style>