Shades of Salem #148344
Tints of Salem #148344
RGB
CMYK
RGB Variations
Color information
#148344 (or 0x148344) is known color: Salem. HEX triplet: 14, 83 and 44. RGB value is (20,131,68). Sum of RGB (Red+Green+Blue) = 20+131+68=219 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.13% from 219); Green value is 131 (51.56% from 255 or 59.82% from 219); Blue value is 68 (26.95% from 255 or 31.05% from 219); Max value from RGB is 131 - color contains mainly: green. Hex color #148344 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148344 is #EB7CBB. Grayscale: #5A5A5A. Windows color (decimal): -15432892 or 4490004. OLE color: 4490004.
HSL color Cylindrical-coordinate representation of color #148344: hue angle of 145.95º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148344 is Cyan = 0.85, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 131 | 68 | - |
| CMYK | 0.85 | 0 | 0.48 | 0.49 |
| HSL | 145.95º | 0.74% | 0.3% | - |
| HSV(B) | 145.95º | 0.85% | 0.51% | - |
| XYZ | 9.45 | 16.8 | 8.21 | - |
| YUV | 90.63 | 115.23 | 77.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 131 | 68 | 0.85 | 0 | 0.48 | 0.49 | 145.95 | 0.74 | 0.3 |
| Hex | 14 | 83 | 44 | 55 | 0 | 30 | 31 | 92 | 4A | 1E |
| Octal | 24 | 203 | 104 | 125 | 0 | 60 | 61 | 222 | 112 | 36 |
| Binary | 10100 | 10000011 | 1000100 | 1010101 | 0 | 110000 | 110001 | 10010010 | 1001010 | 11110 |
Color Harmonies of #148344
Complementary color
Monochromatic Colors of #148344
Black with #148344
Text Example
Text Example
White with #148344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148344; }
p { color: rgb(20,131,68); }
H1.HeaderClassName
{
color: #148344;
}
.AnyTagClassName
{
color: #148344;
}
</style>
background-color css
<style>
a { background-color: #148344; }
a { background-color: rgb(20,131,68); }
div.DivClassName
{
background-color: #148344;
}
.BgClassName
{
background-color: #148344;
}
</style>
border-color css
<style>
span { border-color: #148344; }
span { border-color: rgb(20,131,68); }
td.TdClassName
{
border-color: #148344;
}
.TagClassName
{
border-color: #148344;
}
</style>