Shades of Salem #048841
Tints of Salem #048841
RGB
CMYK
RGB Variations
Color information
#048841 (or 0x048841) is known color: Salem. HEX triplet: 04, 88 and 41. RGB value is (4,136,65). Sum of RGB (Red+Green+Blue) = 4+136+65=205 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.95% from 205); Green value is 136 (53.52% from 255 or 66.34% from 205); Blue value is 65 (25.78% from 255 or 31.71% from 205); Max value from RGB is 136 - color contains mainly: green. Hex color #048841 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048841 is #FB77BE. Grayscale: #585858. Windows color (decimal): -16480191 or 4294660. OLE color: 4294660.
HSL color Cylindrical-coordinate representation of color #048841: hue angle of 147.73º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048841 is Cyan = 0.97, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 4 | 136 | 65 | - |
| CMYK | 0.97 | 0 | 0.52 | 0.47 |
| HSL | 147.73º | 0.94% | 0.27% | - |
| HSV(B) | 147.73º | 0.97% | 0.53% | - |
| XYZ | 9.81 | 18.02 | 7.96 | - |
| YUV | 88.44 | 114.77 | 67.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 136 | 65 | 0.97 | 0 | 0.52 | 0.47 | 147.73 | 0.94 | 0.27 |
| Hex | 4 | 88 | 41 | 61 | 0 | 34 | 2F | 94 | 5E | 1B |
| Octal | 4 | 210 | 101 | 141 | 0 | 64 | 57 | 224 | 136 | 33 |
| Binary | 100 | 10001000 | 1000001 | 1100001 | 0 | 110100 | 101111 | 10010100 | 1011110 | 11011 |
Color Harmonies of #048841
Complementary color
Monochromatic Colors of #048841
Black with #048841
Text Example
Text Example
White with #048841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048841; }
p { color: rgb(4,136,65); }
H1.HeaderClassName
{
color: #048841;
}
.AnyTagClassName
{
color: #048841;
}
</style>
background-color css
<style>
a { background-color: #048841; }
a { background-color: rgb(4,136,65); }
div.DivClassName
{
background-color: #048841;
}
.BgClassName
{
background-color: #048841;
}
</style>
border-color css
<style>
span { border-color: #048841; }
span { border-color: rgb(4,136,65); }
td.TdClassName
{
border-color: #048841;
}
.TagClassName
{
border-color: #048841;
}
</style>