Shades of Salem #048A47
Tints of Salem #048A47
RGB
CMYK
RGB Variations
Color information
#048A47 (or 0x048A47) is known color: Salem. HEX triplet: 04, 8A and 47. RGB value is (4,138,71). Sum of RGB (Red+Green+Blue) = 4+138+71=213 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.88% from 213); Green value is 138 (54.30% from 255 or 64.79% from 213); Blue value is 71 (28.12% from 255 or 33.33% from 213); Max value from RGB is 138 - color contains mainly: green. Hex color #048A47 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048A47 is #FB75B8. Grayscale: #5A5A5A. Windows color (decimal): -16479673 or 4688388. OLE color: 4688388.
HSL color Cylindrical-coordinate representation of color #048A47: hue angle of 150º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048A47 is Cyan = 0.97, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 4 | 138 | 71 | - |
| CMYK | 0.97 | 0 | 0.49 | 0.46 |
| HSL | 150º | 0.94% | 0.28% | - |
| HSV(B) | 150º | 0.97% | 0.54% | - |
| XYZ | 10.28 | 18.66 | 9.02 | - |
| YUV | 90.3 | 117.11 | 66.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 138 | 71 | 0.97 | 0 | 0.49 | 0.46 | 150 | 0.94 | 0.28 |
| Hex | 4 | 8A | 47 | 61 | 0 | 31 | 2E | 96 | 5E | 1C |
| Octal | 4 | 212 | 107 | 141 | 0 | 61 | 56 | 226 | 136 | 34 |
| Binary | 100 | 10001010 | 1000111 | 1100001 | 0 | 110001 | 101110 | 10010110 | 1011110 | 11100 |
Color Harmonies of #048A47
Complementary color
Monochromatic Colors of #048A47
Black with #048A47
Text Example
Text Example
White with #048A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048A47; }
p { color: rgb(4,138,71); }
H1.HeaderClassName
{
color: #048A47;
}
.AnyTagClassName
{
color: #048A47;
}
</style>
background-color css
<style>
a { background-color: #048A47; }
a { background-color: rgb(4,138,71); }
div.DivClassName
{
background-color: #048A47;
}
.BgClassName
{
background-color: #048A47;
}
</style>
border-color css
<style>
span { border-color: #048A47; }
span { border-color: rgb(4,138,71); }
td.TdClassName
{
border-color: #048A47;
}
.TagClassName
{
border-color: #048A47;
}
</style>