Shades of Salem #04883B
Tints of Salem #04883B
RGB
CMYK
RGB Variations
Color information
#04883B (or 0x04883B) is known color: Salem. HEX triplet: 04, 88 and 3B. RGB value is (4,136,59). Sum of RGB (Red+Green+Blue) = 4+136+59=199 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.01% from 199); Green value is 136 (53.52% from 255 or 68.34% from 199); Blue value is 59 (23.44% from 255 or 29.65% from 199); Max value from RGB is 136 - color contains mainly: green. Hex color #04883B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04883B is #FB77C4. Grayscale: #575757. Windows color (decimal): -16480197 or 3901444. OLE color: 3901444.
HSL color Cylindrical-coordinate representation of color #04883B: hue angle of 145º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04883B is Cyan = 0.97, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 4 | 136 | 59 | - |
| CMYK | 0.97 | 0 | 0.57 | 0.47 |
| HSL | 145º | 0.94% | 0.27% | - |
| HSV(B) | 145º | 0.97% | 0.53% | - |
| XYZ | 9.64 | 17.95 | 7.09 | - |
| YUV | 87.75 | 111.77 | 68.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 136 | 59 | 0.97 | 0 | 0.57 | 0.47 | 145 | 0.94 | 0.27 |
| Hex | 4 | 88 | 3B | 61 | 0 | 39 | 2F | 91 | 5E | 1B |
| Octal | 4 | 210 | 73 | 141 | 0 | 71 | 57 | 221 | 136 | 33 |
| Binary | 100 | 10001000 | 111011 | 1100001 | 0 | 111001 | 101111 | 10010001 | 1011110 | 11011 |
Color Harmonies of #04883B
Complementary color
Monochromatic Colors of #04883B
Black with #04883B
Text Example
Text Example
White with #04883B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04883B; }
p { color: rgb(4,136,59); }
H1.HeaderClassName
{
color: #04883B;
}
.AnyTagClassName
{
color: #04883B;
}
</style>
background-color css
<style>
a { background-color: #04883B; }
a { background-color: rgb(4,136,59); }
div.DivClassName
{
background-color: #04883B;
}
.BgClassName
{
background-color: #04883B;
}
</style>
border-color css
<style>
span { border-color: #04883B; }
span { border-color: rgb(4,136,59); }
td.TdClassName
{
border-color: #04883B;
}
.TagClassName
{
border-color: #04883B;
}
</style>