Shades of Salem #04814B
Tints of Salem #04814B
RGB
CMYK
RGB Variations
Color information
#04814B (or 0x04814B) is known color: Salem. HEX triplet: 04, 81 and 4B. RGB value is (4,129,75). Sum of RGB (Red+Green+Blue) = 4+129+75=208 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.92% from 208); Green value is 129 (50.78% from 255 or 62.02% from 208); Blue value is 75 (29.69% from 255 or 36.06% from 208); Max value from RGB is 129 - color contains mainly: green. Hex color #04814B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04814B is #FB7EB4. Grayscale: #555555. Windows color (decimal): -16481973 or 4948228. OLE color: 4948228.
HSL color Cylindrical-coordinate representation of color #04814B: hue angle of 154.08º 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 #04814B is Cyan = 0.97, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 4 | 129 | 75 | - |
| CMYK | 0.97 | 0 | 0.42 | 0.49 |
| HSL | 154.08º | 0.94% | 0.26% | - |
| HSV(B) | 154.08º | 0.97% | 0.51% | - |
| XYZ | 9.17 | 16.23 | 9.31 | - |
| YUV | 85.47 | 122.09 | 69.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 129 | 75 | 0.97 | 0 | 0.42 | 0.49 | 154.08 | 0.94 | 0.26 |
| Hex | 4 | 81 | 4B | 61 | 0 | 2A | 31 | 9A | 5E | 1A |
| Octal | 4 | 201 | 113 | 141 | 0 | 52 | 61 | 232 | 136 | 32 |
| Binary | 100 | 10000001 | 1001011 | 1100001 | 0 | 101010 | 110001 | 10011010 | 1011110 | 11010 |
Color Harmonies of #04814B
Complementary color
Monochromatic Colors of #04814B
Black with #04814B
Text Example
Text Example
White with #04814B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04814B; }
p { color: rgb(4,129,75); }
H1.HeaderClassName
{
color: #04814B;
}
.AnyTagClassName
{
color: #04814B;
}
</style>
background-color css
<style>
a { background-color: #04814B; }
a { background-color: rgb(4,129,75); }
div.DivClassName
{
background-color: #04814B;
}
.BgClassName
{
background-color: #04814B;
}
</style>
border-color css
<style>
span { border-color: #04814B; }
span { border-color: rgb(4,129,75); }
td.TdClassName
{
border-color: #04814B;
}
.TagClassName
{
border-color: #04814B;
}
</style>