Shades of Salem #148646
Tints of Salem #148646
RGB
CMYK
RGB Variations
Color information
#148646 (or 0x148646) is known color: Salem. HEX triplet: 14, 86 and 46. RGB value is (20,134,70). Sum of RGB (Red+Green+Blue) = 20+134+70=224 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.93% from 224); Green value is 134 (52.73% from 255 or 59.82% from 224); Blue value is 70 (27.73% from 255 or 31.25% from 224); Max value from RGB is 134 - color contains mainly: green. Hex color #148646 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148646 is #EB79B9. Grayscale: #5C5C5C. Windows color (decimal): -15432122 or 4621844. OLE color: 4621844.
HSL color Cylindrical-coordinate representation of color #148646: hue angle of 146.32º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148646 is Cyan = 0.85, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 134 | 70 | - |
| CMYK | 0.85 | 0 | 0.48 | 0.47 |
| HSL | 146.32º | 0.74% | 0.3% | - |
| HSV(B) | 146.32º | 0.85% | 0.53% | - |
| XYZ | 9.92 | 17.64 | 8.68 | - |
| YUV | 92.62 | 115.23 | 76.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 134 | 70 | 0.85 | 0 | 0.48 | 0.47 | 146.32 | 0.74 | 0.3 |
| Hex | 14 | 86 | 46 | 55 | 0 | 30 | 2F | 92 | 4A | 1E |
| Octal | 24 | 206 | 106 | 125 | 0 | 60 | 57 | 222 | 112 | 36 |
| Binary | 10100 | 10000110 | 1000110 | 1010101 | 0 | 110000 | 101111 | 10010010 | 1001010 | 11110 |
Color Harmonies of #148646
Complementary color
Monochromatic Colors of #148646
Black with #148646
Text Example
Text Example
White with #148646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148646; }
p { color: rgb(20,134,70); }
H1.HeaderClassName
{
color: #148646;
}
.AnyTagClassName
{
color: #148646;
}
</style>
background-color css
<style>
a { background-color: #148646; }
a { background-color: rgb(20,134,70); }
div.DivClassName
{
background-color: #148646;
}
.BgClassName
{
background-color: #148646;
}
</style>
border-color css
<style>
span { border-color: #148646; }
span { border-color: rgb(20,134,70); }
td.TdClassName
{
border-color: #148646;
}
.TagClassName
{
border-color: #148646;
}
</style>