Shades of Salem #04854A
Tints of Salem #04854A
RGB
CMYK
RGB Variations
Color information
#04854A (or 0x04854A) is known color: Salem. HEX triplet: 04, 85 and 4A. RGB value is (4,133,74). Sum of RGB (Red+Green+Blue) = 4+133+74=211 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.90% from 211); Green value is 133 (52.34% from 255 or 63.03% from 211); Blue value is 74 (29.30% from 255 or 35.07% from 211); Max value from RGB is 133 - color contains mainly: green. Hex color #04854A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04854A is #FB7AB5. Grayscale: #575757. Windows color (decimal): -16480950 or 4883716. OLE color: 4883716.
HSL color Cylindrical-coordinate representation of color #04854A: hue angle of 152.56º 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 #04854A is Cyan = 0.97, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 4 | 133 | 74 | - |
| CMYK | 0.97 | 0 | 0.44 | 0.48 |
| HSL | 152.56º | 0.94% | 0.27% | - |
| HSV(B) | 152.56º | 0.97% | 0.52% | - |
| XYZ | 9.67 | 17.3 | 9.31 | - |
| YUV | 87.7 | 120.26 | 68.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 133 | 74 | 0.97 | 0 | 0.44 | 0.48 | 152.56 | 0.94 | 0.27 |
| Hex | 4 | 85 | 4A | 61 | 0 | 2C | 30 | 99 | 5E | 1B |
| Octal | 4 | 205 | 112 | 141 | 0 | 54 | 60 | 231 | 136 | 33 |
| Binary | 100 | 10000101 | 1001010 | 1100001 | 0 | 101100 | 110000 | 10011001 | 1011110 | 11011 |
Color Harmonies of #04854A
Complementary color
Monochromatic Colors of #04854A
Black with #04854A
Text Example
Text Example
White with #04854A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04854A; }
p { color: rgb(4,133,74); }
H1.HeaderClassName
{
color: #04854A;
}
.AnyTagClassName
{
color: #04854A;
}
</style>
background-color css
<style>
a { background-color: #04854A; }
a { background-color: rgb(4,133,74); }
div.DivClassName
{
background-color: #04854A;
}
.BgClassName
{
background-color: #04854A;
}
</style>
border-color css
<style>
span { border-color: #04854A; }
span { border-color: rgb(4,133,74); }
td.TdClassName
{
border-color: #04854A;
}
.TagClassName
{
border-color: #04854A;
}
</style>