Shades of Salem #048343
Tints of Salem #048343
RGB
CMYK
RGB Variations
Color information
#048343 (or 0x048343) is known color: Salem. HEX triplet: 04, 83 and 43. RGB value is (4,131,67). Sum of RGB (Red+Green+Blue) = 4+131+67=202 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.98% from 202); Green value is 131 (51.56% from 255 or 64.85% from 202); Blue value is 67 (26.56% from 255 or 33.17% from 202); Max value from RGB is 131 - color contains mainly: green. Hex color #048343 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048343 is #FB7CBC. Grayscale: #555555. Windows color (decimal): -16481469 or 4424452. OLE color: 4424452.
HSL color Cylindrical-coordinate representation of color #048343: hue angle of 149.76º 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 #048343 is Cyan = 0.97, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 4 | 131 | 67 | - |
| CMYK | 0.97 | 0 | 0.49 | 0.49 |
| HSL | 149.76º | 0.94% | 0.26% | - |
| HSV(B) | 149.76º | 0.97% | 0.51% | - |
| XYZ | 9.18 | 16.66 | 8.04 | - |
| YUV | 85.73 | 117.42 | 69.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 131 | 67 | 0.97 | 0 | 0.49 | 0.49 | 149.76 | 0.94 | 0.26 |
| Hex | 4 | 83 | 43 | 61 | 0 | 31 | 31 | 96 | 5E | 1A |
| Octal | 4 | 203 | 103 | 141 | 0 | 61 | 61 | 226 | 136 | 32 |
| Binary | 100 | 10000011 | 1000011 | 1100001 | 0 | 110001 | 110001 | 10010110 | 1011110 | 11010 |
Color Harmonies of #048343
Complementary color
Monochromatic Colors of #048343
Black with #048343
Text Example
Text Example
White with #048343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048343; }
p { color: rgb(4,131,67); }
H1.HeaderClassName
{
color: #048343;
}
.AnyTagClassName
{
color: #048343;
}
</style>
background-color css
<style>
a { background-color: #048343; }
a { background-color: rgb(4,131,67); }
div.DivClassName
{
background-color: #048343;
}
.BgClassName
{
background-color: #048343;
}
</style>
border-color css
<style>
span { border-color: #048343; }
span { border-color: rgb(4,131,67); }
td.TdClassName
{
border-color: #048343;
}
.TagClassName
{
border-color: #048343;
}
</style>