Shades of Salem #04814D
Tints of Salem #04814D
RGB
CMYK
RGB Variations
Color information
#04814D (or 0x04814D) is known color: Salem. HEX triplet: 04, 81 and 4D. RGB value is (4,129,77). Sum of RGB (Red+Green+Blue) = 4+129+77=210 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.90% from 210); Green value is 129 (50.78% from 255 or 61.43% from 210); Blue value is 77 (30.47% from 255 or 36.67% from 210); Max value from RGB is 129 - color contains mainly: green. Hex color #04814D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04814D is #FB7EB2. Grayscale: #555555. Windows color (decimal): -16481971 or 5079300. OLE color: 5079300.
HSL color Cylindrical-coordinate representation of color #04814D: hue angle of 155.04º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04814D is Cyan = 0.97, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 4 | 129 | 77 | - |
| CMYK | 0.97 | 0 | 0.40 | 0.49 |
| HSL | 155.04º | 0.94% | 0.26% | - |
| HSV(B) | 155.04º | 0.97% | 0.51% | - |
| XYZ | 9.24 | 16.26 | 9.67 | - |
| YUV | 85.7 | 123.09 | 69.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 129 | 77 | 0.97 | 0 | 0.40 | 0.49 | 155.04 | 0.94 | 0.26 |
| Hex | 4 | 81 | 4D | 61 | 0 | 28 | 31 | 9B | 5E | 1A |
| Octal | 4 | 201 | 115 | 141 | 0 | 50 | 61 | 233 | 136 | 32 |
| Binary | 100 | 10000001 | 1001101 | 1100001 | 0 | 101000 | 110001 | 10011011 | 1011110 | 11010 |
Color Harmonies of #04814D
Complementary color
Monochromatic Colors of #04814D
Black with #04814D
Text Example
Text Example
White with #04814D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04814D; }
p { color: rgb(4,129,77); }
H1.HeaderClassName
{
color: #04814D;
}
.AnyTagClassName
{
color: #04814D;
}
</style>
background-color css
<style>
a { background-color: #04814D; }
a { background-color: rgb(4,129,77); }
div.DivClassName
{
background-color: #04814D;
}
.BgClassName
{
background-color: #04814D;
}
</style>
border-color css
<style>
span { border-color: #04814D; }
span { border-color: rgb(4,129,77); }
td.TdClassName
{
border-color: #04814D;
}
.TagClassName
{
border-color: #04814D;
}
</style>