Shades of Salem #04854D
Tints of Salem #04854D
RGB
CMYK
RGB Variations
Color information
#04854D (or 0x04854D) is known color: Salem. HEX triplet: 04, 85 and 4D. RGB value is (4,133,77). Sum of RGB (Red+Green+Blue) = 4+133+77=214 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.87% from 214); Green value is 133 (52.34% from 255 or 62.15% from 214); Blue value is 77 (30.47% from 255 or 35.98% from 214); Max value from RGB is 133 - color contains mainly: green. Hex color #04854D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04854D is #FB7AB2. Grayscale: #585858. Windows color (decimal): -16480947 or 5080324. OLE color: 5080324.
HSL color Cylindrical-coordinate representation of color #04854D: hue angle of 153.95º 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 #04854D is Cyan = 0.97, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 4 | 133 | 77 | - |
| CMYK | 0.97 | 0 | 0.42 | 0.48 |
| HSL | 153.95º | 0.94% | 0.27% | - |
| HSV(B) | 153.95º | 0.97% | 0.52% | - |
| XYZ | 9.78 | 17.34 | 9.85 | - |
| YUV | 88.05 | 121.76 | 68.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 133 | 77 | 0.97 | 0 | 0.42 | 0.48 | 153.95 | 0.94 | 0.27 |
| Hex | 4 | 85 | 4D | 61 | 0 | 2A | 30 | 9A | 5E | 1B |
| Octal | 4 | 205 | 115 | 141 | 0 | 52 | 60 | 232 | 136 | 33 |
| Binary | 100 | 10000101 | 1001101 | 1100001 | 0 | 101010 | 110000 | 10011010 | 1011110 | 11011 |
Color Harmonies of #04854D
Complementary color
Monochromatic Colors of #04854D
Black with #04854D
Text Example
Text Example
White with #04854D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04854D; }
p { color: rgb(4,133,77); }
H1.HeaderClassName
{
color: #04854D;
}
.AnyTagClassName
{
color: #04854D;
}
</style>
background-color css
<style>
a { background-color: #04854D; }
a { background-color: rgb(4,133,77); }
div.DivClassName
{
background-color: #04854D;
}
.BgClassName
{
background-color: #04854D;
}
</style>
border-color css
<style>
span { border-color: #04854D; }
span { border-color: rgb(4,133,77); }
td.TdClassName
{
border-color: #04854D;
}
.TagClassName
{
border-color: #04854D;
}
</style>