Shades of Salem #148340
Tints of Salem #148340
RGB
CMYK
RGB Variations
Color information
#148340 (or 0x148340) is known color: Salem. HEX triplet: 14, 83 and 40. RGB value is (20,131,64). Sum of RGB (Red+Green+Blue) = 20+131+64=215 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.30% from 215); Green value is 131 (51.56% from 255 or 60.93% from 215); Blue value is 64 (25.39% from 255 or 29.77% from 215); Max value from RGB is 131 - color contains mainly: green. Hex color #148340 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148340 is #EB7CBF. Grayscale: #5A5A5A. Windows color (decimal): -15432896 or 4227860. OLE color: 4227860.
HSL color Cylindrical-coordinate representation of color #148340: hue angle of 143.78º 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 #148340 is Cyan = 0.85, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 131 | 64 | - |
| CMYK | 0.85 | 0 | 0.51 | 0.49 |
| HSL | 143.78º | 0.74% | 0.3% | - |
| HSV(B) | 143.78º | 0.85% | 0.51% | - |
| XYZ | 9.33 | 16.75 | 7.59 | - |
| YUV | 90.17 | 113.23 | 77.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 131 | 64 | 0.85 | 0 | 0.51 | 0.49 | 143.78 | 0.74 | 0.3 |
| Hex | 14 | 83 | 40 | 55 | 0 | 33 | 31 | 90 | 4A | 1E |
| Octal | 24 | 203 | 100 | 125 | 0 | 63 | 61 | 220 | 112 | 36 |
| Binary | 10100 | 10000011 | 1000000 | 1010101 | 0 | 110011 | 110001 | 10010000 | 1001010 | 11110 |
Color Harmonies of #148340
Complementary color
Monochromatic Colors of #148340
Black with #148340
Text Example
Text Example
White with #148340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148340; }
p { color: rgb(20,131,64); }
H1.HeaderClassName
{
color: #148340;
}
.AnyTagClassName
{
color: #148340;
}
</style>
background-color css
<style>
a { background-color: #148340; }
a { background-color: rgb(20,131,64); }
div.DivClassName
{
background-color: #148340;
}
.BgClassName
{
background-color: #148340;
}
</style>
border-color css
<style>
span { border-color: #148340; }
span { border-color: rgb(20,131,64); }
td.TdClassName
{
border-color: #148340;
}
.TagClassName
{
border-color: #148340;
}
</style>