Shades of Salem #048350
Tints of Salem #048350
RGB
CMYK
RGB Variations
Color information
#048350 (or 0x048350) is known color: Salem. HEX triplet: 04, 83 and 50. RGB value is (4,131,80). Sum of RGB (Red+Green+Blue) = 4+131+80=215 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.86% from 215); Green value is 131 (51.56% from 255 or 60.93% from 215); Blue value is 80 (31.64% from 255 or 37.21% from 215); Max value from RGB is 131 - color contains mainly: green. Hex color #048350 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048350 is #FB7CAF. Grayscale: #575757. Windows color (decimal): -16481456 or 5276420. OLE color: 5276420.
HSL color Cylindrical-coordinate representation of color #048350: hue angle of 155.91º 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 #048350 is Cyan = 0.97, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 4 | 131 | 80 | - |
| CMYK | 0.97 | 0 | 0.39 | 0.49 |
| HSL | 155.91º | 0.94% | 0.26% | - |
| HSV(B) | 155.91º | 0.97% | 0.51% | - |
| XYZ | 9.61 | 16.84 | 10.33 | - |
| YUV | 87.21 | 123.92 | 68.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 131 | 80 | 0.97 | 0 | 0.39 | 0.49 | 155.91 | 0.94 | 0.26 |
| Hex | 4 | 83 | 50 | 61 | 0 | 27 | 31 | 9C | 5E | 1A |
| Octal | 4 | 203 | 120 | 141 | 0 | 47 | 61 | 234 | 136 | 32 |
| Binary | 100 | 10000011 | 1010000 | 1100001 | 0 | 100111 | 110001 | 10011100 | 1011110 | 11010 |
Color Harmonies of #048350
Complementary color
Monochromatic Colors of #048350
Black with #048350
Text Example
Text Example
White with #048350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048350; }
p { color: rgb(4,131,80); }
H1.HeaderClassName
{
color: #048350;
}
.AnyTagClassName
{
color: #048350;
}
</style>
background-color css
<style>
a { background-color: #048350; }
a { background-color: rgb(4,131,80); }
div.DivClassName
{
background-color: #048350;
}
.BgClassName
{
background-color: #048350;
}
</style>
border-color css
<style>
span { border-color: #048350; }
span { border-color: rgb(4,131,80); }
td.TdClassName
{
border-color: #048350;
}
.TagClassName
{
border-color: #048350;
}
</style>