Shades of Salem #048C3E
Tints of Salem #048C3E
RGB
CMYK
RGB Variations
Color information
#048C3E (or 0x048C3E) is known color: Salem. HEX triplet: 04, 8C and 3E. RGB value is (4,140,62). Sum of RGB (Red+Green+Blue) = 4+140+62=206 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.94% from 206); Green value is 140 (55.08% from 255 or 67.96% from 206); Blue value is 62 (24.61% from 255 or 30.10% from 206); Max value from RGB is 140 - color contains mainly: green. Hex color #048C3E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048C3E is #FB73C1. Grayscale: #5A5A5A. Windows color (decimal): -16479170 or 4099076. OLE color: 4099076.
HSL color Cylindrical-coordinate representation of color #048C3E: hue angle of 145.59º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048C3E is Cyan = 0.97, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 140 | 62 | - |
| CMYK | 0.97 | 0 | 0.56 | 0.45 |
| HSL | 145.59º | 0.94% | 0.28% | - |
| HSV(B) | 145.59º | 0.97% | 0.55% | - |
| XYZ | 10.3 | 19.13 | 7.71 | - |
| YUV | 90.44 | 111.94 | 66.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 140 | 62 | 0.97 | 0 | 0.56 | 0.45 | 145.59 | 0.94 | 0.28 |
| Hex | 4 | 8C | 3E | 61 | 0 | 38 | 2D | 92 | 5E | 1C |
| Octal | 4 | 214 | 76 | 141 | 0 | 70 | 55 | 222 | 136 | 34 |
| Binary | 100 | 10001100 | 111110 | 1100001 | 0 | 111000 | 101101 | 10010010 | 1011110 | 11100 |
Color Harmonies of #048C3E
Complementary color
Monochromatic Colors of #048C3E
Black with #048C3E
Text Example
Text Example
White with #048C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048C3E; }
p { color: rgb(4,140,62); }
H1.HeaderClassName
{
color: #048C3E;
}
.AnyTagClassName
{
color: #048C3E;
}
</style>
background-color css
<style>
a { background-color: #048C3E; }
a { background-color: rgb(4,140,62); }
div.DivClassName
{
background-color: #048C3E;
}
.BgClassName
{
background-color: #048C3E;
}
</style>
border-color css
<style>
span { border-color: #048C3E; }
span { border-color: rgb(4,140,62); }
td.TdClassName
{
border-color: #048C3E;
}
.TagClassName
{
border-color: #048C3E;
}
</style>