Shades of Salem #148349
Tints of Salem #148349
RGB
CMYK
RGB Variations
Color information
#148349 (or 0x148349) is known color: Salem. HEX triplet: 14, 83 and 49. RGB value is (20,131,73). Sum of RGB (Red+Green+Blue) = 20+131+73=224 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.93% from 224); Green value is 131 (51.56% from 255 or 58.48% from 224); Blue value is 73 (28.91% from 255 or 32.59% from 224); Max value from RGB is 131 - color contains mainly: green. Hex color #148349 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148349 is #EB7CB6. Grayscale: #5B5B5B. Windows color (decimal): -15432887 or 4817684. OLE color: 4817684.
HSL color Cylindrical-coordinate representation of color #148349: hue angle of 148.65º 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 #148349 is Cyan = 0.85, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 131 | 73 | - |
| CMYK | 0.85 | 0 | 0.44 | 0.49 |
| HSL | 148.65º | 0.74% | 0.3% | - |
| HSV(B) | 148.65º | 0.85% | 0.51% | - |
| XYZ | 9.61 | 16.86 | 9.05 | - |
| YUV | 91.2 | 117.73 | 77.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 131 | 73 | 0.85 | 0 | 0.44 | 0.49 | 148.65 | 0.74 | 0.3 |
| Hex | 14 | 83 | 49 | 55 | 0 | 2C | 31 | 95 | 4A | 1E |
| Octal | 24 | 203 | 111 | 125 | 0 | 54 | 61 | 225 | 112 | 36 |
| Binary | 10100 | 10000011 | 1001001 | 1010101 | 0 | 101100 | 110001 | 10010101 | 1001010 | 11110 |
Color Harmonies of #148349
Complementary color
Monochromatic Colors of #148349
Black with #148349
Text Example
Text Example
White with #148349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148349; }
p { color: rgb(20,131,73); }
H1.HeaderClassName
{
color: #148349;
}
.AnyTagClassName
{
color: #148349;
}
</style>
background-color css
<style>
a { background-color: #148349; }
a { background-color: rgb(20,131,73); }
div.DivClassName
{
background-color: #148349;
}
.BgClassName
{
background-color: #148349;
}
</style>
border-color css
<style>
span { border-color: #148349; }
span { border-color: rgb(20,131,73); }
td.TdClassName
{
border-color: #148349;
}
.TagClassName
{
border-color: #148349;
}
</style>