Shades of Salem #04883C
Tints of Salem #04883C
RGB
CMYK
RGB Variations
Color information
#04883C (or 0x04883C) is known color: Salem. HEX triplet: 04, 88 and 3C. RGB value is (4,136,60). Sum of RGB (Red+Green+Blue) = 4+136+60=200 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2% from 200); Green value is 136 (53.52% from 255 or 68% from 200); Blue value is 60 (23.83% from 255 or 30% from 200); Max value from RGB is 136 - color contains mainly: green. Hex color #04883C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04883C is #FB77C3. Grayscale: #585858. Windows color (decimal): -16480196 or 3966980. OLE color: 3966980.
HSL color Cylindrical-coordinate representation of color #04883C: hue angle of 145.45º 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 #04883C is Cyan = 0.97, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 4 | 136 | 60 | - |
| CMYK | 0.97 | 0 | 0.56 | 0.47 |
| HSL | 145.45º | 0.94% | 0.27% | - |
| HSV(B) | 145.45º | 0.97% | 0.53% | - |
| XYZ | 9.67 | 17.96 | 7.23 | - |
| YUV | 87.87 | 112.27 | 68.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 136 | 60 | 0.97 | 0 | 0.56 | 0.47 | 145.45 | 0.94 | 0.27 |
| Hex | 4 | 88 | 3C | 61 | 0 | 38 | 2F | 91 | 5E | 1B |
| Octal | 4 | 210 | 74 | 141 | 0 | 70 | 57 | 221 | 136 | 33 |
| Binary | 100 | 10001000 | 111100 | 1100001 | 0 | 111000 | 101111 | 10010001 | 1011110 | 11011 |
Color Harmonies of #04883C
Complementary color
Monochromatic Colors of #04883C
Black with #04883C
Text Example
Text Example
White with #04883C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04883C; }
p { color: rgb(4,136,60); }
H1.HeaderClassName
{
color: #04883C;
}
.AnyTagClassName
{
color: #04883C;
}
</style>
background-color css
<style>
a { background-color: #04883C; }
a { background-color: rgb(4,136,60); }
div.DivClassName
{
background-color: #04883C;
}
.BgClassName
{
background-color: #04883C;
}
</style>
border-color css
<style>
span { border-color: #04883C; }
span { border-color: rgb(4,136,60); }
td.TdClassName
{
border-color: #04883C;
}
.TagClassName
{
border-color: #04883C;
}
</style>