Shades of Salem #04844C
Tints of Salem #04844C
RGB
CMYK
RGB Variations
Color information
#04844C (or 0x04844C) is known color: Salem. HEX triplet: 04, 84 and 4C. RGB value is (4,132,76). Sum of RGB (Red+Green+Blue) = 4+132+76=212 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.89% from 212); Green value is 132 (51.95% from 255 or 62.26% from 212); Blue value is 76 (30.08% from 255 or 35.85% from 212); Max value from RGB is 132 - color contains mainly: green. Hex color #04844C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04844C is #FB7BB3. Grayscale: #575757. Windows color (decimal): -16481204 or 5014532. OLE color: 5014532.
HSL color Cylindrical-coordinate representation of color #04844C: hue angle of 153.75º 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 #04844C is Cyan = 0.97, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 4 | 132 | 76 | - |
| CMYK | 0.97 | 0 | 0.42 | 0.48 |
| HSL | 153.75º | 0.94% | 0.27% | - |
| HSV(B) | 153.75º | 0.97% | 0.52% | - |
| XYZ | 9.61 | 17.05 | 9.62 | - |
| YUV | 87.34 | 121.59 | 68.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 132 | 76 | 0.97 | 0 | 0.42 | 0.48 | 153.75 | 0.94 | 0.27 |
| Hex | 4 | 84 | 4C | 61 | 0 | 2A | 30 | 9A | 5E | 1B |
| Octal | 4 | 204 | 114 | 141 | 0 | 52 | 60 | 232 | 136 | 33 |
| Binary | 100 | 10000100 | 1001100 | 1100001 | 0 | 101010 | 110000 | 10011010 | 1011110 | 11011 |
Color Harmonies of #04844C
Complementary color
Monochromatic Colors of #04844C
Black with #04844C
Text Example
Text Example
White with #04844C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04844C; }
p { color: rgb(4,132,76); }
H1.HeaderClassName
{
color: #04844C;
}
.AnyTagClassName
{
color: #04844C;
}
</style>
background-color css
<style>
a { background-color: #04844C; }
a { background-color: rgb(4,132,76); }
div.DivClassName
{
background-color: #04844C;
}
.BgClassName
{
background-color: #04844C;
}
</style>
border-color css
<style>
span { border-color: #04844C; }
span { border-color: rgb(4,132,76); }
td.TdClassName
{
border-color: #04844C;
}
.TagClassName
{
border-color: #04844C;
}
</style>