Shades of Salem #148742
Tints of Salem #148742
RGB
CMYK
RGB Variations
Color information
#148742 (or 0x148742) is known color: Salem. HEX triplet: 14, 87 and 42. RGB value is (20,135,66). Sum of RGB (Red+Green+Blue) = 20+135+66=221 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.05% from 221); Green value is 135 (53.12% from 255 or 61.09% from 221); Blue value is 66 (26.17% from 255 or 29.86% from 221); Max value from RGB is 135 - color contains mainly: green. Hex color #148742 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148742 is #EB78BD. Grayscale: #5C5C5C. Windows color (decimal): -15431870 or 4359956. OLE color: 4359956.
HSL color Cylindrical-coordinate representation of color #148742: hue angle of 144º 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 #148742 is Cyan = 0.85, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 135 | 66 | - |
| CMYK | 0.85 | 0 | 0.51 | 0.47 |
| HSL | 144º | 0.74% | 0.3% | - |
| HSV(B) | 144º | 0.85% | 0.53% | - |
| XYZ | 9.94 | 17.87 | 8.08 | - |
| YUV | 92.75 | 112.9 | 76.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 135 | 66 | 0.85 | 0 | 0.51 | 0.47 | 144 | 0.74 | 0.3 |
| Hex | 14 | 87 | 42 | 55 | 0 | 33 | 2F | 90 | 4A | 1E |
| Octal | 24 | 207 | 102 | 125 | 0 | 63 | 57 | 220 | 112 | 36 |
| Binary | 10100 | 10000111 | 1000010 | 1010101 | 0 | 110011 | 101111 | 10010000 | 1001010 | 11110 |
Color Harmonies of #148742
Complementary color
Monochromatic Colors of #148742
Black with #148742
Text Example
Text Example
White with #148742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148742; }
p { color: rgb(20,135,66); }
H1.HeaderClassName
{
color: #148742;
}
.AnyTagClassName
{
color: #148742;
}
</style>
background-color css
<style>
a { background-color: #148742; }
a { background-color: rgb(20,135,66); }
div.DivClassName
{
background-color: #148742;
}
.BgClassName
{
background-color: #148742;
}
</style>
border-color css
<style>
span { border-color: #148742; }
span { border-color: rgb(20,135,66); }
td.TdClassName
{
border-color: #148742;
}
.TagClassName
{
border-color: #148742;
}
</style>