Shades of Salem #048441
Tints of Salem #048441
RGB
CMYK
RGB Variations
Color information
#048441 (or 0x048441) is known color: Salem. HEX triplet: 04, 84 and 41. RGB value is (4,132,65). Sum of RGB (Red+Green+Blue) = 4+132+65=201 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.99% from 201); Green value is 132 (51.95% from 255 or 65.67% from 201); Blue value is 65 (25.78% from 255 or 32.34% from 201); Max value from RGB is 132 - color contains mainly: green. Hex color #048441 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048441 is #FB7BBE. Grayscale: #565656. Windows color (decimal): -16481215 or 4293636. OLE color: 4293636.
HSL color Cylindrical-coordinate representation of color #048441: hue angle of 148.59º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048441 is Cyan = 0.97, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 4 | 132 | 65 | - |
| CMYK | 0.97 | 0 | 0.51 | 0.48 |
| HSL | 148.59º | 0.94% | 0.27% | - |
| HSV(B) | 148.59º | 0.97% | 0.52% | - |
| XYZ | 9.26 | 16.91 | 7.78 | - |
| YUV | 86.09 | 116.09 | 69.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 132 | 65 | 0.97 | 0 | 0.51 | 0.48 | 148.59 | 0.94 | 0.27 |
| Hex | 4 | 84 | 41 | 61 | 0 | 33 | 30 | 95 | 5E | 1B |
| Octal | 4 | 204 | 101 | 141 | 0 | 63 | 60 | 225 | 136 | 33 |
| Binary | 100 | 10000100 | 1000001 | 1100001 | 0 | 110011 | 110000 | 10010101 | 1011110 | 11011 |
Color Harmonies of #048441
Complementary color
Monochromatic Colors of #048441
Black with #048441
Text Example
Text Example
White with #048441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048441; }
p { color: rgb(4,132,65); }
H1.HeaderClassName
{
color: #048441;
}
.AnyTagClassName
{
color: #048441;
}
</style>
background-color css
<style>
a { background-color: #048441; }
a { background-color: rgb(4,132,65); }
div.DivClassName
{
background-color: #048441;
}
.BgClassName
{
background-color: #048441;
}
</style>
border-color css
<style>
span { border-color: #048441; }
span { border-color: rgb(4,132,65); }
td.TdClassName
{
border-color: #048441;
}
.TagClassName
{
border-color: #048441;
}
</style>