Shades of Salem #148843
Tints of Salem #148843
RGB
CMYK
RGB Variations
Color information
#148843 (or 0x148843) is known color: Salem. HEX triplet: 14, 88 and 43. RGB value is (20,136,67). Sum of RGB (Red+Green+Blue) = 20+136+67=223 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.97% from 223); Green value is 136 (53.52% from 255 or 60.99% from 223); Blue value is 67 (26.56% from 255 or 30.04% from 223); Max value from RGB is 136 - color contains mainly: green. Hex color #148843 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148843 is #EB77BC. Grayscale: #5D5D5D. Windows color (decimal): -15431613 or 4425748. OLE color: 4425748.
HSL color Cylindrical-coordinate representation of color #148843: hue angle of 144.31º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148843 is Cyan = 0.85, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 136 | 67 | - |
| CMYK | 0.85 | 0 | 0.51 | 0.47 |
| HSL | 144.31º | 0.74% | 0.31% | - |
| HSV(B) | 144.31º | 0.85% | 0.53% | - |
| XYZ | 10.11 | 18.16 | 8.28 | - |
| YUV | 93.45 | 113.07 | 75.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 136 | 67 | 0.85 | 0 | 0.51 | 0.47 | 144.31 | 0.74 | 0.31 |
| Hex | 14 | 88 | 43 | 55 | 0 | 33 | 2F | 90 | 4A | 1F |
| Octal | 24 | 210 | 103 | 125 | 0 | 63 | 57 | 220 | 112 | 37 |
| Binary | 10100 | 10001000 | 1000011 | 1010101 | 0 | 110011 | 101111 | 10010000 | 1001010 | 11111 |
Color Harmonies of #148843
Complementary color
Monochromatic Colors of #148843
Black with #148843
Text Example
Text Example
White with #148843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148843; }
p { color: rgb(20,136,67); }
H1.HeaderClassName
{
color: #148843;
}
.AnyTagClassName
{
color: #148843;
}
</style>
background-color css
<style>
a { background-color: #148843; }
a { background-color: rgb(20,136,67); }
div.DivClassName
{
background-color: #148843;
}
.BgClassName
{
background-color: #148843;
}
</style>
border-color css
<style>
span { border-color: #148843; }
span { border-color: rgb(20,136,67); }
td.TdClassName
{
border-color: #148843;
}
.TagClassName
{
border-color: #148843;
}
</style>