Shades of Salem #148755
Tints of Salem #148755
RGB
CMYK
RGB Variations
Color information
#148755 (or 0x148755) is known color: Salem. HEX triplet: 14, 87 and 55. RGB value is (20,135,85). Sum of RGB (Red+Green+Blue) = 20+135+85=240 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.33% from 240); Green value is 135 (53.12% from 255 or 56.25% from 240); Blue value is 85 (33.59% from 255 or 35.42% from 240); Max value from RGB is 135 - color contains mainly: green. Hex color #148755 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148755 is #EB78AA. Grayscale: #5E5E5E. Windows color (decimal): -15431851 or 5605140. OLE color: 5605140.
HSL color Cylindrical-coordinate representation of color #148755: hue angle of 153.91º 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 #148755 is Cyan = 0.85, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 135 | 85 | - |
| CMYK | 0.85 | 0 | 0.37 | 0.47 |
| HSL | 153.91º | 0.74% | 0.3% | - |
| HSV(B) | 153.91º | 0.85% | 0.53% | - |
| XYZ | 10.59 | 18.13 | 11.54 | - |
| YUV | 94.92 | 122.4 | 74.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 135 | 85 | 0.85 | 0 | 0.37 | 0.47 | 153.91 | 0.74 | 0.3 |
| Hex | 14 | 87 | 55 | 55 | 0 | 25 | 2F | 9A | 4A | 1E |
| Octal | 24 | 207 | 125 | 125 | 0 | 45 | 57 | 232 | 112 | 36 |
| Binary | 10100 | 10000111 | 1010101 | 1010101 | 0 | 100101 | 101111 | 10011010 | 1001010 | 11110 |
Color Harmonies of #148755
Complementary color
Monochromatic Colors of #148755
Black with #148755
Text Example
Text Example
White with #148755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148755; }
p { color: rgb(20,135,85); }
H1.HeaderClassName
{
color: #148755;
}
.AnyTagClassName
{
color: #148755;
}
</style>
background-color css
<style>
a { background-color: #148755; }
a { background-color: rgb(20,135,85); }
div.DivClassName
{
background-color: #148755;
}
.BgClassName
{
background-color: #148755;
}
</style>
border-color css
<style>
span { border-color: #148755; }
span { border-color: rgb(20,135,85); }
td.TdClassName
{
border-color: #148755;
}
.TagClassName
{
border-color: #148755;
}
</style>