Shades of Salem #04844E
Tints of Salem #04844E
RGB
CMYK
RGB Variations
Color information
#04844E (or 0x04844E) is known color: Salem. HEX triplet: 04, 84 and 4E. RGB value is (4,132,78). Sum of RGB (Red+Green+Blue) = 4+132+78=214 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.87% from 214); Green value is 132 (51.95% from 255 or 61.68% from 214); Blue value is 78 (30.86% from 255 or 36.45% from 214); Max value from RGB is 132 - color contains mainly: green. Hex color #04844E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04844E is #FB7BB1. Grayscale: #575757. Windows color (decimal): -16481202 or 5145604. OLE color: 5145604.
HSL color Cylindrical-coordinate representation of color #04844E: hue angle of 154.69º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04844E is Cyan = 0.97, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 4 | 132 | 78 | - |
| CMYK | 0.97 | 0 | 0.41 | 0.48 |
| HSL | 154.69º | 0.94% | 0.27% | - |
| HSV(B) | 154.69º | 0.97% | 0.52% | - |
| XYZ | 9.68 | 17.08 | 9.99 | - |
| YUV | 87.57 | 122.59 | 68.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 132 | 78 | 0.97 | 0 | 0.41 | 0.48 | 154.69 | 0.94 | 0.27 |
| Hex | 4 | 84 | 4E | 61 | 0 | 29 | 30 | 9B | 5E | 1B |
| Octal | 4 | 204 | 116 | 141 | 0 | 51 | 60 | 233 | 136 | 33 |
| Binary | 100 | 10000100 | 1001110 | 1100001 | 0 | 101001 | 110000 | 10011011 | 1011110 | 11011 |
Color Harmonies of #04844E
Complementary color
Monochromatic Colors of #04844E
Black with #04844E
Text Example
Text Example
White with #04844E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04844E; }
p { color: rgb(4,132,78); }
H1.HeaderClassName
{
color: #04844E;
}
.AnyTagClassName
{
color: #04844E;
}
</style>
background-color css
<style>
a { background-color: #04844E; }
a { background-color: rgb(4,132,78); }
div.DivClassName
{
background-color: #04844E;
}
.BgClassName
{
background-color: #04844E;
}
</style>
border-color css
<style>
span { border-color: #04844E; }
span { border-color: rgb(4,132,78); }
td.TdClassName
{
border-color: #04844E;
}
.TagClassName
{
border-color: #04844E;
}
</style>