Shades of Salem #048A3D
Tints of Salem #048A3D
RGB
CMYK
RGB Variations
Color information
#048A3D (or 0x048A3D) is known color: Salem. HEX triplet: 04, 8A and 3D. RGB value is (4,138,61). Sum of RGB (Red+Green+Blue) = 4+138+61=203 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.97% from 203); Green value is 138 (54.30% from 255 or 67.98% from 203); Blue value is 61 (24.22% from 255 or 30.05% from 203); Max value from RGB is 138 - color contains mainly: green. Hex color #048A3D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048A3D is #FB75C2. Grayscale: #595959. Windows color (decimal): -16479683 or 4033028. OLE color: 4033028.
HSL color Cylindrical-coordinate representation of color #048A3D: hue angle of 145.52º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048A3D is Cyan = 0.97, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 4 | 138 | 61 | - |
| CMYK | 0.97 | 0 | 0.56 | 0.46 |
| HSL | 145.52º | 0.94% | 0.28% | - |
| HSV(B) | 145.52º | 0.97% | 0.54% | - |
| XYZ | 9.98 | 18.54 | 7.47 | - |
| YUV | 89.16 | 112.11 | 67.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 138 | 61 | 0.97 | 0 | 0.56 | 0.46 | 145.52 | 0.94 | 0.28 |
| Hex | 4 | 8A | 3D | 61 | 0 | 38 | 2E | 92 | 5E | 1C |
| Octal | 4 | 212 | 75 | 141 | 0 | 70 | 56 | 222 | 136 | 34 |
| Binary | 100 | 10001010 | 111101 | 1100001 | 0 | 111000 | 101110 | 10010010 | 1011110 | 11100 |
Color Harmonies of #048A3D
Complementary color
Monochromatic Colors of #048A3D
Black with #048A3D
Text Example
Text Example
White with #048A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048A3D; }
p { color: rgb(4,138,61); }
H1.HeaderClassName
{
color: #048A3D;
}
.AnyTagClassName
{
color: #048A3D;
}
</style>
background-color css
<style>
a { background-color: #048A3D; }
a { background-color: rgb(4,138,61); }
div.DivClassName
{
background-color: #048A3D;
}
.BgClassName
{
background-color: #048A3D;
}
</style>
border-color css
<style>
span { border-color: #048A3D; }
span { border-color: rgb(4,138,61); }
td.TdClassName
{
border-color: #048A3D;
}
.TagClassName
{
border-color: #048A3D;
}
</style>