Shades of Salem #048846
Tints of Salem #048846
RGB
CMYK
RGB Variations
Color information
#048846 (or 0x048846) is known color: Salem. HEX triplet: 04, 88 and 46. RGB value is (4,136,70). Sum of RGB (Red+Green+Blue) = 4+136+70=210 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.90% from 210); Green value is 136 (53.52% from 255 or 64.76% from 210); Blue value is 70 (27.73% from 255 or 33.33% from 210); Max value from RGB is 136 - color contains mainly: green. Hex color #048846 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048846 is #FB77B9. Grayscale: #595959. Windows color (decimal): -16480186 or 4622340. OLE color: 4622340.
HSL color Cylindrical-coordinate representation of color #048846: hue angle of 150º 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 #048846 is Cyan = 0.97, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 4 | 136 | 70 | - |
| CMYK | 0.97 | 0 | 0.49 | 0.47 |
| HSL | 150º | 0.94% | 0.27% | - |
| HSV(B) | 150º | 0.97% | 0.53% | - |
| XYZ | 9.96 | 18.08 | 8.76 | - |
| YUV | 89.01 | 117.27 | 67.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 136 | 70 | 0.97 | 0 | 0.49 | 0.47 | 150 | 0.94 | 0.27 |
| Hex | 4 | 88 | 46 | 61 | 0 | 31 | 2F | 96 | 5E | 1B |
| Octal | 4 | 210 | 106 | 141 | 0 | 61 | 57 | 226 | 136 | 33 |
| Binary | 100 | 10001000 | 1000110 | 1100001 | 0 | 110001 | 101111 | 10010110 | 1011110 | 11011 |
Color Harmonies of #048846
Complementary color
Monochromatic Colors of #048846
Black with #048846
Text Example
Text Example
White with #048846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048846; }
p { color: rgb(4,136,70); }
H1.HeaderClassName
{
color: #048846;
}
.AnyTagClassName
{
color: #048846;
}
</style>
background-color css
<style>
a { background-color: #048846; }
a { background-color: rgb(4,136,70); }
div.DivClassName
{
background-color: #048846;
}
.BgClassName
{
background-color: #048846;
}
</style>
border-color css
<style>
span { border-color: #048846; }
span { border-color: rgb(4,136,70); }
td.TdClassName
{
border-color: #048846;
}
.TagClassName
{
border-color: #048846;
}
</style>