Shades of Salem #048A46
Tints of Salem #048A46
RGB
CMYK
RGB Variations
Color information
#048A46 (or 0x048A46) is known color: Salem. HEX triplet: 04, 8A and 46. RGB value is (4,138,70). Sum of RGB (Red+Green+Blue) = 4+138+70=212 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.89% from 212); Green value is 138 (54.30% from 255 or 65.09% from 212); Blue value is 70 (27.73% from 255 or 33.02% from 212); Max value from RGB is 138 - color contains mainly: green. Hex color #048A46 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048A46 is #FB75B9. Grayscale: #5A5A5A. Windows color (decimal): -16479674 or 4622852. OLE color: 4622852.
HSL color Cylindrical-coordinate representation of color #048A46: hue angle of 149.55º 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 #048A46 is Cyan = 0.97, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 4 | 138 | 70 | - |
| CMYK | 0.97 | 0 | 0.49 | 0.46 |
| HSL | 149.55º | 0.94% | 0.28% | - |
| HSV(B) | 149.55º | 0.97% | 0.54% | - |
| XYZ | 10.24 | 18.64 | 8.85 | - |
| YUV | 90.18 | 116.61 | 66.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 138 | 70 | 0.97 | 0 | 0.49 | 0.46 | 149.55 | 0.94 | 0.28 |
| Hex | 4 | 8A | 46 | 61 | 0 | 31 | 2E | 96 | 5E | 1C |
| Octal | 4 | 212 | 106 | 141 | 0 | 61 | 56 | 226 | 136 | 34 |
| Binary | 100 | 10001010 | 1000110 | 1100001 | 0 | 110001 | 101110 | 10010110 | 1011110 | 11100 |
Color Harmonies of #048A46
Complementary color
Monochromatic Colors of #048A46
Black with #048A46
Text Example
Text Example
White with #048A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048A46; }
p { color: rgb(4,138,70); }
H1.HeaderClassName
{
color: #048A46;
}
.AnyTagClassName
{
color: #048A46;
}
</style>
background-color css
<style>
a { background-color: #048A46; }
a { background-color: rgb(4,138,70); }
div.DivClassName
{
background-color: #048A46;
}
.BgClassName
{
background-color: #048A46;
}
</style>
border-color css
<style>
span { border-color: #048A46; }
span { border-color: rgb(4,138,70); }
td.TdClassName
{
border-color: #048A46;
}
.TagClassName
{
border-color: #048A46;
}
</style>