Shades of Salem #189150
Tints of Salem #189150
RGB
CMYK
RGB Variations
Color information
#189150 (or 0x189150) is known color: Salem. HEX triplet: 18, 91 and 50. RGB value is (24,145,80). Sum of RGB (Red+Green+Blue) = 24+145+80=249 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.64% from 249); Green value is 145 (57.03% from 255 or 58.23% from 249); Blue value is 80 (31.64% from 255 or 32.13% from 249); Max value from RGB is 145 - color contains mainly: green. Hex color #189150 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #189150 is #E76EAF. Grayscale: #656565. Windows color (decimal): -15167152 or 5280024. OLE color: 5280024.
HSL color Cylindrical-coordinate representation of color #189150: hue angle of 147.77º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #189150 is Cyan = 0.83, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 24 | 145 | 80 | - |
| CMYK | 0.83 | 0 | 0.45 | 0.43 |
| HSL | 147.77º | 0.72% | 0.33% | - |
| HSV(B) | 147.77º | 0.83% | 0.57% | - |
| XYZ | 11.95 | 21.02 | 11.02 | - |
| YUV | 101.41 | 115.91 | 72.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 145 | 80 | 0.83 | 0 | 0.45 | 0.43 | 147.77 | 0.72 | 0.33 |
| Hex | 18 | 91 | 50 | 53 | 0 | 2D | 2B | 94 | 48 | 21 |
| Octal | 30 | 221 | 120 | 123 | 0 | 55 | 53 | 224 | 110 | 41 |
| Binary | 11000 | 10010001 | 1010000 | 1010011 | 0 | 101101 | 101011 | 10010100 | 1001000 | 100001 |
Color Harmonies of #189150
Complementary color
Monochromatic Colors of #189150
Black with #189150
Text Example
Text Example
White with #189150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189150; }
p { color: rgb(24,145,80); }
H1.HeaderClassName
{
color: #189150;
}
.AnyTagClassName
{
color: #189150;
}
</style>
background-color css
<style>
a { background-color: #189150; }
a { background-color: rgb(24,145,80); }
div.DivClassName
{
background-color: #189150;
}
.BgClassName
{
background-color: #189150;
}
</style>
border-color css
<style>
span { border-color: #189150; }
span { border-color: rgb(24,145,80); }
td.TdClassName
{
border-color: #189150;
}
.TagClassName
{
border-color: #189150;
}
</style>