Shades of Salem #04804D
Tints of Salem #04804D
RGB
CMYK
RGB Variations
Color information
#04804D (or 0x04804D) is known color: Salem. HEX triplet: 04, 80 and 4D. RGB value is (4,128,77). Sum of RGB (Red+Green+Blue) = 4+128+77=209 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.91% from 209); Green value is 128 (50.39% from 255 or 61.24% from 209); Blue value is 77 (30.47% from 255 or 36.84% from 209); Max value from RGB is 128 - color contains mainly: green. Hex color #04804D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04804D is #FB7FB2. Grayscale: #555555. Windows color (decimal): -16482227 or 5079044. OLE color: 5079044.
HSL color Cylindrical-coordinate representation of color #04804D: hue angle of 155.32º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04804D is Cyan = 0.97, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 4 | 128 | 77 | - |
| CMYK | 0.97 | 0 | 0.40 | 0.50 |
| HSL | 155.32º | 0.94% | 0.26% | - |
| HSV(B) | 155.32º | 0.97% | 0.5% | - |
| XYZ | 9.11 | 16 | 9.63 | - |
| YUV | 85.11 | 123.42 | 70.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 128 | 77 | 0.97 | 0 | 0.40 | 0.50 | 155.32 | 0.94 | 0.26 |
| Hex | 4 | 80 | 4D | 61 | 0 | 28 | 32 | 9B | 5E | 1A |
| Octal | 4 | 200 | 115 | 141 | 0 | 50 | 62 | 233 | 136 | 32 |
| Binary | 100 | 10000000 | 1001101 | 1100001 | 0 | 101000 | 110010 | 10011011 | 1011110 | 11010 |
Color Harmonies of #04804D
Complementary color
Monochromatic Colors of #04804D
Black with #04804D
Text Example
Text Example
White with #04804D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04804D; }
p { color: rgb(4,128,77); }
H1.HeaderClassName
{
color: #04804D;
}
.AnyTagClassName
{
color: #04804D;
}
</style>
background-color css
<style>
a { background-color: #04804D; }
a { background-color: rgb(4,128,77); }
div.DivClassName
{
background-color: #04804D;
}
.BgClassName
{
background-color: #04804D;
}
</style>
border-color css
<style>
span { border-color: #04804D; }
span { border-color: rgb(4,128,77); }
td.TdClassName
{
border-color: #04804D;
}
.TagClassName
{
border-color: #04804D;
}
</style>