Shades of Salem #048A40
Tints of Salem #048A40
RGB
CMYK
RGB Variations
Color information
#048A40 (or 0x048A40) is known color: Salem. HEX triplet: 04, 8A and 40. RGB value is (4,138,64). Sum of RGB (Red+Green+Blue) = 4+138+64=206 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.94% from 206); Green value is 138 (54.30% from 255 or 66.99% from 206); Blue value is 64 (25.39% from 255 or 31.07% from 206); Max value from RGB is 138 - color contains mainly: green. Hex color #048A40 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048A40 is #FB75BF. Grayscale: #595959. Windows color (decimal): -16479680 or 4229636. OLE color: 4229636.
HSL color Cylindrical-coordinate representation of color #048A40: hue angle of 146.87º 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 #048A40 is Cyan = 0.97, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 4 | 138 | 64 | - |
| CMYK | 0.97 | 0 | 0.54 | 0.46 |
| HSL | 146.87º | 0.94% | 0.28% | - |
| HSV(B) | 146.87º | 0.97% | 0.54% | - |
| XYZ | 10.06 | 18.57 | 7.9 | - |
| YUV | 89.5 | 113.61 | 67.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 138 | 64 | 0.97 | 0 | 0.54 | 0.46 | 146.87 | 0.94 | 0.28 |
| Hex | 4 | 8A | 40 | 61 | 0 | 36 | 2E | 93 | 5E | 1C |
| Octal | 4 | 212 | 100 | 141 | 0 | 66 | 56 | 223 | 136 | 34 |
| Binary | 100 | 10001010 | 1000000 | 1100001 | 0 | 110110 | 101110 | 10010011 | 1011110 | 11100 |
Color Harmonies of #048A40
Complementary color
Monochromatic Colors of #048A40
Black with #048A40
Text Example
Text Example
White with #048A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048A40; }
p { color: rgb(4,138,64); }
H1.HeaderClassName
{
color: #048A40;
}
.AnyTagClassName
{
color: #048A40;
}
</style>
background-color css
<style>
a { background-color: #048A40; }
a { background-color: rgb(4,138,64); }
div.DivClassName
{
background-color: #048A40;
}
.BgClassName
{
background-color: #048A40;
}
</style>
border-color css
<style>
span { border-color: #048A40; }
span { border-color: rgb(4,138,64); }
td.TdClassName
{
border-color: #048A40;
}
.TagClassName
{
border-color: #048A40;
}
</style>