Shades of Salem #189345
Tints of Salem #189345
RGB
CMYK
RGB Variations
Color information
#189345 (or 0x189345) is known color: Salem. HEX triplet: 18, 93 and 45. RGB value is (24,147,69). Sum of RGB (Red+Green+Blue) = 24+147+69=240 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10% from 240); Green value is 147 (57.81% from 255 or 61.25% from 240); Blue value is 69 (27.34% from 255 or 28.75% from 240); Max value from RGB is 147 - color contains mainly: green. Hex color #189345 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #189345 is #E76CBA. Grayscale: #656565. Windows color (decimal): -15166651 or 4559640. OLE color: 4559640.
HSL color Cylindrical-coordinate representation of color #189345: hue angle of 141.95º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #189345 is Cyan = 0.84, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 24 | 147 | 69 | - |
| CMYK | 0.84 | 0 | 0.53 | 0.42 |
| HSL | 141.95º | 0.72% | 0.34% | - |
| HSV(B) | 141.95º | 0.84% | 0.58% | - |
| XYZ | 11.88 | 21.49 | 9.15 | - |
| YUV | 101.33 | 109.75 | 72.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 147 | 69 | 0.84 | 0 | 0.53 | 0.42 | 141.95 | 0.72 | 0.34 |
| Hex | 18 | 93 | 45 | 54 | 0 | 35 | 2A | 8E | 48 | 22 |
| Octal | 30 | 223 | 105 | 124 | 0 | 65 | 52 | 216 | 110 | 42 |
| Binary | 11000 | 10010011 | 1000101 | 1010100 | 0 | 110101 | 101010 | 10001110 | 1001000 | 100010 |
Color Harmonies of #189345
Complementary color
Monochromatic Colors of #189345
Black with #189345
Text Example
Text Example
White with #189345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189345; }
p { color: rgb(24,147,69); }
H1.HeaderClassName
{
color: #189345;
}
.AnyTagClassName
{
color: #189345;
}
</style>
background-color css
<style>
a { background-color: #189345; }
a { background-color: rgb(24,147,69); }
div.DivClassName
{
background-color: #189345;
}
.BgClassName
{
background-color: #189345;
}
</style>
border-color css
<style>
span { border-color: #189345; }
span { border-color: rgb(24,147,69); }
td.TdClassName
{
border-color: #189345;
}
.TagClassName
{
border-color: #189345;
}
</style>