Shades of Salem #148152
Tints of Salem #148152
RGB
CMYK
RGB Variations
Color information
#148152 (or 0x148152) is known color: Salem. HEX triplet: 14, 81 and 52. RGB value is (20,129,82). Sum of RGB (Red+Green+Blue) = 20+129+82=231 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.66% from 231); Green value is 129 (50.78% from 255 or 55.84% from 231); Blue value is 82 (32.42% from 255 or 35.50% from 231); Max value from RGB is 129 - color contains mainly: green. Hex color #148152 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148152 is #EB7EAD. Grayscale: #5B5B5B. Windows color (decimal): -15433390 or 5406996. OLE color: 5406996.
HSL color Cylindrical-coordinate representation of color #148152: hue angle of 154.13º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #148152 is Cyan = 0.84, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 129 | 82 | - |
| CMYK | 0.84 | 0 | 0.36 | 0.49 |
| HSL | 154.13º | 0.73% | 0.29% | - |
| HSV(B) | 154.13º | 0.84% | 0.51% | - |
| XYZ | 9.66 | 16.46 | 10.65 | - |
| YUV | 91.05 | 122.89 | 77.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 129 | 82 | 0.84 | 0 | 0.36 | 0.49 | 154.13 | 0.73 | 0.29 |
| Hex | 14 | 81 | 52 | 54 | 0 | 24 | 31 | 9A | 49 | 1D |
| Octal | 24 | 201 | 122 | 124 | 0 | 44 | 61 | 232 | 111 | 35 |
| Binary | 10100 | 10000001 | 1010010 | 1010100 | 0 | 100100 | 110001 | 10011010 | 1001001 | 11101 |
Color Harmonies of #148152
Complementary color
Monochromatic Colors of #148152
Black with #148152
Text Example
Text Example
White with #148152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148152; }
p { color: rgb(20,129,82); }
H1.HeaderClassName
{
color: #148152;
}
.AnyTagClassName
{
color: #148152;
}
</style>
background-color css
<style>
a { background-color: #148152; }
a { background-color: rgb(20,129,82); }
div.DivClassName
{
background-color: #148152;
}
.BgClassName
{
background-color: #148152;
}
</style>
border-color css
<style>
span { border-color: #148152; }
span { border-color: rgb(20,129,82); }
td.TdClassName
{
border-color: #148152;
}
.TagClassName
{
border-color: #148152;
}
</style>