Shades of Salem #048149
Tints of Salem #048149
RGB
CMYK
RGB Variations
Color information
#048149 (or 0x048149) is known color: Salem. HEX triplet: 04, 81 and 49. RGB value is (4,129,73). Sum of RGB (Red+Green+Blue) = 4+129+73=206 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.94% from 206); Green value is 129 (50.78% from 255 or 62.62% from 206); Blue value is 73 (28.91% from 255 or 35.44% from 206); Max value from RGB is 129 - color contains mainly: green. Hex color #048149 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048149 is #FB7EB6. Grayscale: #555555. Windows color (decimal): -16481975 or 4817156. OLE color: 4817156.
HSL color Cylindrical-coordinate representation of color #048149: hue angle of 153.12º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048149 is Cyan = 0.97, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 4 | 129 | 73 | - |
| CMYK | 0.97 | 0 | 0.43 | 0.49 |
| HSL | 153.12º | 0.94% | 0.26% | - |
| HSV(B) | 153.12º | 0.97% | 0.51% | - |
| XYZ | 9.1 | 16.21 | 8.95 | - |
| YUV | 85.24 | 121.09 | 70.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 129 | 73 | 0.97 | 0 | 0.43 | 0.49 | 153.12 | 0.94 | 0.26 |
| Hex | 4 | 81 | 49 | 61 | 0 | 2B | 31 | 99 | 5E | 1A |
| Octal | 4 | 201 | 111 | 141 | 0 | 53 | 61 | 231 | 136 | 32 |
| Binary | 100 | 10000001 | 1001001 | 1100001 | 0 | 101011 | 110001 | 10011001 | 1011110 | 11010 |
Color Harmonies of #048149
Complementary color
Monochromatic Colors of #048149
Black with #048149
Text Example
Text Example
White with #048149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048149; }
p { color: rgb(4,129,73); }
H1.HeaderClassName
{
color: #048149;
}
.AnyTagClassName
{
color: #048149;
}
</style>
background-color css
<style>
a { background-color: #048149; }
a { background-color: rgb(4,129,73); }
div.DivClassName
{
background-color: #048149;
}
.BgClassName
{
background-color: #048149;
}
</style>
border-color css
<style>
span { border-color: #048149; }
span { border-color: rgb(4,129,73); }
td.TdClassName
{
border-color: #048149;
}
.TagClassName
{
border-color: #048149;
}
</style>