Shades of Salem #148652
Tints of Salem #148652
RGB
CMYK
RGB Variations
Color information
#148652 (or 0x148652) is known color: Salem. HEX triplet: 14, 86 and 52. RGB value is (20,134,82). Sum of RGB (Red+Green+Blue) = 20+134+82=236 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.47% from 236); Green value is 134 (52.73% from 255 or 56.78% from 236); Blue value is 82 (32.42% from 255 or 34.75% from 236); Max value from RGB is 134 - color contains mainly: green. Hex color #148652 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148652 is #EB79AD. Grayscale: #5E5E5E. Windows color (decimal): -15432110 or 5408276. OLE color: 5408276.
HSL color Cylindrical-coordinate representation of color #148652: hue angle of 152.63º 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 #148652 is Cyan = 0.85, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 134 | 82 | - |
| CMYK | 0.85 | 0 | 0.39 | 0.47 |
| HSL | 152.63º | 0.74% | 0.3% | - |
| HSV(B) | 152.63º | 0.85% | 0.53% | - |
| XYZ | 10.34 | 17.81 | 10.88 | - |
| YUV | 93.99 | 121.23 | 75.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 134 | 82 | 0.85 | 0 | 0.39 | 0.47 | 152.63 | 0.74 | 0.3 |
| Hex | 14 | 86 | 52 | 55 | 0 | 27 | 2F | 99 | 4A | 1E |
| Octal | 24 | 206 | 122 | 125 | 0 | 47 | 57 | 231 | 112 | 36 |
| Binary | 10100 | 10000110 | 1010010 | 1010101 | 0 | 100111 | 101111 | 10011001 | 1001010 | 11110 |
Color Harmonies of #148652
Complementary color
Monochromatic Colors of #148652
Black with #148652
Text Example
Text Example
White with #148652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148652; }
p { color: rgb(20,134,82); }
H1.HeaderClassName
{
color: #148652;
}
.AnyTagClassName
{
color: #148652;
}
</style>
background-color css
<style>
a { background-color: #148652; }
a { background-color: rgb(20,134,82); }
div.DivClassName
{
background-color: #148652;
}
.BgClassName
{
background-color: #148652;
}
</style>
border-color css
<style>
span { border-color: #148652; }
span { border-color: rgb(20,134,82); }
td.TdClassName
{
border-color: #148652;
}
.TagClassName
{
border-color: #148652;
}
</style>