Shades of Salem #04873C
Tints of Salem #04873C
RGB
CMYK
RGB Variations
Color information
#04873C (or 0x04873C) is known color: Salem. HEX triplet: 04, 87 and 3C. RGB value is (4,135,60). Sum of RGB (Red+Green+Blue) = 4+135+60=199 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.01% from 199); Green value is 135 (53.12% from 255 or 67.84% from 199); Blue value is 60 (23.83% from 255 or 30.15% from 199); Max value from RGB is 135 - color contains mainly: green. Hex color #04873C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04873C is #FB78C3. Grayscale: #575757. Windows color (decimal): -16480452 or 3966724. OLE color: 3966724.
HSL color Cylindrical-coordinate representation of color #04873C: hue angle of 145.65º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04873C is Cyan = 0.97, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 4 | 135 | 60 | - |
| CMYK | 0.97 | 0 | 0.56 | 0.47 |
| HSL | 145.65º | 0.94% | 0.27% | - |
| HSV(B) | 145.65º | 0.97% | 0.53% | - |
| XYZ | 9.53 | 17.68 | 7.19 | - |
| YUV | 87.28 | 112.6 | 68.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 135 | 60 | 0.97 | 0 | 0.56 | 0.47 | 145.65 | 0.94 | 0.27 |
| Hex | 4 | 87 | 3C | 61 | 0 | 38 | 2F | 92 | 5E | 1B |
| Octal | 4 | 207 | 74 | 141 | 0 | 70 | 57 | 222 | 136 | 33 |
| Binary | 100 | 10000111 | 111100 | 1100001 | 0 | 111000 | 101111 | 10010010 | 1011110 | 11011 |
Color Harmonies of #04873C
Complementary color
Monochromatic Colors of #04873C
Black with #04873C
Text Example
Text Example
White with #04873C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04873C; }
p { color: rgb(4,135,60); }
H1.HeaderClassName
{
color: #04873C;
}
.AnyTagClassName
{
color: #04873C;
}
</style>
background-color css
<style>
a { background-color: #04873C; }
a { background-color: rgb(4,135,60); }
div.DivClassName
{
background-color: #04873C;
}
.BgClassName
{
background-color: #04873C;
}
</style>
border-color css
<style>
span { border-color: #04873C; }
span { border-color: rgb(4,135,60); }
td.TdClassName
{
border-color: #04873C;
}
.TagClassName
{
border-color: #04873C;
}
</style>