Shades of Salem #189248
Tints of Salem #189248
RGB
CMYK
RGB Variations
Color information
#189248 (or 0x189248) is known color: Salem. HEX triplet: 18, 92 and 48. RGB value is (24,146,72). Sum of RGB (Red+Green+Blue) = 24+146+72=242 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.92% from 242); Green value is 146 (57.42% from 255 or 60.33% from 242); Blue value is 72 (28.52% from 255 or 29.75% from 242); Max value from RGB is 146 - color contains mainly: green. Hex color #189248 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #189248 is #E76DB7. Grayscale: #656565. Windows color (decimal): -15166904 or 4755992. OLE color: 4755992.
HSL color Cylindrical-coordinate representation of color #189248: hue angle of 143.61º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #189248 is Cyan = 0.84, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 24 | 146 | 72 | - |
| CMYK | 0.84 | 0 | 0.51 | 0.43 |
| HSL | 143.61º | 0.72% | 0.33% | - |
| HSV(B) | 143.61º | 0.84% | 0.57% | - |
| XYZ | 11.83 | 21.22 | 9.6 | - |
| YUV | 101.09 | 111.58 | 73.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 146 | 72 | 0.84 | 0 | 0.51 | 0.43 | 143.61 | 0.72 | 0.33 |
| Hex | 18 | 92 | 48 | 54 | 0 | 33 | 2B | 90 | 48 | 21 |
| Octal | 30 | 222 | 110 | 124 | 0 | 63 | 53 | 220 | 110 | 41 |
| Binary | 11000 | 10010010 | 1001000 | 1010100 | 0 | 110011 | 101011 | 10010000 | 1001000 | 100001 |
Color Harmonies of #189248
Complementary color
Monochromatic Colors of #189248
Black with #189248
Text Example
Text Example
White with #189248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189248; }
p { color: rgb(24,146,72); }
H1.HeaderClassName
{
color: #189248;
}
.AnyTagClassName
{
color: #189248;
}
</style>
background-color css
<style>
a { background-color: #189248; }
a { background-color: rgb(24,146,72); }
div.DivClassName
{
background-color: #189248;
}
.BgClassName
{
background-color: #189248;
}
</style>
border-color css
<style>
span { border-color: #189248; }
span { border-color: rgb(24,146,72); }
td.TdClassName
{
border-color: #189248;
}
.TagClassName
{
border-color: #189248;
}
</style>