Shades of Salem #04824E
Tints of Salem #04824E
RGB
CMYK
RGB Variations
Color information
#04824E (or 0x04824E) is known color: Salem. HEX triplet: 04, 82 and 4E. RGB value is (4,130,78). Sum of RGB (Red+Green+Blue) = 4+130+78=212 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.89% from 212); Green value is 130 (51.17% from 255 or 61.32% from 212); Blue value is 78 (30.86% from 255 or 36.79% from 212); Max value from RGB is 130 - color contains mainly: green. Hex color #04824E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04824E is #FB7DB1. Grayscale: #565656. Windows color (decimal): -16481714 or 5145092. OLE color: 5145092.
HSL color Cylindrical-coordinate representation of color #04824E: hue angle of 155.24º 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 #04824E is Cyan = 0.97, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 4 | 130 | 78 | - |
| CMYK | 0.97 | 0 | 0.40 | 0.49 |
| HSL | 155.24º | 0.94% | 0.26% | - |
| HSV(B) | 155.24º | 0.97% | 0.51% | - |
| XYZ | 9.41 | 16.54 | 9.9 | - |
| YUV | 86.4 | 123.26 | 69.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 130 | 78 | 0.97 | 0 | 0.40 | 0.49 | 155.24 | 0.94 | 0.26 |
| Hex | 4 | 82 | 4E | 61 | 0 | 28 | 31 | 9B | 5E | 1A |
| Octal | 4 | 202 | 116 | 141 | 0 | 50 | 61 | 233 | 136 | 32 |
| Binary | 100 | 10000010 | 1001110 | 1100001 | 0 | 101000 | 110001 | 10011011 | 1011110 | 11010 |
Color Harmonies of #04824E
Complementary color
Monochromatic Colors of #04824E
Black with #04824E
Text Example
Text Example
White with #04824E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04824E; }
p { color: rgb(4,130,78); }
H1.HeaderClassName
{
color: #04824E;
}
.AnyTagClassName
{
color: #04824E;
}
</style>
background-color css
<style>
a { background-color: #04824E; }
a { background-color: rgb(4,130,78); }
div.DivClassName
{
background-color: #04824E;
}
.BgClassName
{
background-color: #04824E;
}
</style>
border-color css
<style>
span { border-color: #04824E; }
span { border-color: rgb(4,130,78); }
td.TdClassName
{
border-color: #04824E;
}
.TagClassName
{
border-color: #04824E;
}
</style>