Shades of Salem #048B50
Tints of Salem #048B50
RGB
CMYK
RGB Variations
Color information
#048B50 (or 0x048B50) is known color: Salem. HEX triplet: 04, 8B and 50. RGB value is (4,139,80). Sum of RGB (Red+Green+Blue) = 4+139+80=223 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.79% from 223); Green value is 139 (54.69% from 255 or 62.33% from 223); Blue value is 80 (31.64% from 255 or 35.87% from 223); Max value from RGB is 139 - color contains mainly: green. Hex color #048B50 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048B50 is #FB74AF. Grayscale: #5C5C5C. Windows color (decimal): -16479408 or 5278468. OLE color: 5278468.
HSL color Cylindrical-coordinate representation of color #048B50: hue angle of 153.78º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048B50 is Cyan = 0.97, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 139 | 80 | - |
| CMYK | 0.97 | 0 | 0.42 | 0.45 |
| HSL | 153.78º | 0.94% | 0.28% | - |
| HSV(B) | 153.78º | 0.97% | 0.55% | - |
| XYZ | 10.73 | 19.07 | 10.7 | - |
| YUV | 91.91 | 121.27 | 65.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 139 | 80 | 0.97 | 0 | 0.42 | 0.45 | 153.78 | 0.94 | 0.28 |
| Hex | 4 | 8B | 50 | 61 | 0 | 2A | 2D | 9A | 5E | 1C |
| Octal | 4 | 213 | 120 | 141 | 0 | 52 | 55 | 232 | 136 | 34 |
| Binary | 100 | 10001011 | 1010000 | 1100001 | 0 | 101010 | 101101 | 10011010 | 1011110 | 11100 |
Color Harmonies of #048B50
Complementary color
Monochromatic Colors of #048B50
Black with #048B50
Text Example
Text Example
White with #048B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048B50; }
p { color: rgb(4,139,80); }
H1.HeaderClassName
{
color: #048B50;
}
.AnyTagClassName
{
color: #048B50;
}
</style>
background-color css
<style>
a { background-color: #048B50; }
a { background-color: rgb(4,139,80); }
div.DivClassName
{
background-color: #048B50;
}
.BgClassName
{
background-color: #048B50;
}
</style>
border-color css
<style>
span { border-color: #048B50; }
span { border-color: rgb(4,139,80); }
td.TdClassName
{
border-color: #048B50;
}
.TagClassName
{
border-color: #048B50;
}
</style>