Shades of Salem #048245
Tints of Salem #048245
RGB
CMYK
RGB Variations
Color information
#048245 (or 0x048245) is known color: Salem. HEX triplet: 04, 82 and 45. RGB value is (4,130,69). Sum of RGB (Red+Green+Blue) = 4+130+69=203 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.97% from 203); Green value is 130 (51.17% from 255 or 64.04% from 203); Blue value is 69 (27.34% from 255 or 33.99% from 203); Max value from RGB is 130 - color contains mainly: green. Hex color #048245 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048245 is #FB7DBA. Grayscale: #555555. Windows color (decimal): -16481723 or 4555268. OLE color: 4555268.
HSL color Cylindrical-coordinate representation of color #048245: hue angle of 150.95º 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 #048245 is Cyan = 0.97, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 4 | 130 | 69 | - |
| CMYK | 0.97 | 0 | 0.47 | 0.49 |
| HSL | 150.95º | 0.94% | 0.26% | - |
| HSV(B) | 150.95º | 0.97% | 0.51% | - |
| XYZ | 9.11 | 16.42 | 8.32 | - |
| YUV | 85.37 | 118.76 | 69.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 130 | 69 | 0.97 | 0 | 0.47 | 0.49 | 150.95 | 0.94 | 0.26 |
| Hex | 4 | 82 | 45 | 61 | 0 | 2F | 31 | 97 | 5E | 1A |
| Octal | 4 | 202 | 105 | 141 | 0 | 57 | 61 | 227 | 136 | 32 |
| Binary | 100 | 10000010 | 1000101 | 1100001 | 0 | 101111 | 110001 | 10010111 | 1011110 | 11010 |
Color Harmonies of #048245
Complementary color
Monochromatic Colors of #048245
Black with #048245
Text Example
Text Example
White with #048245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048245; }
p { color: rgb(4,130,69); }
H1.HeaderClassName
{
color: #048245;
}
.AnyTagClassName
{
color: #048245;
}
</style>
background-color css
<style>
a { background-color: #048245; }
a { background-color: rgb(4,130,69); }
div.DivClassName
{
background-color: #048245;
}
.BgClassName
{
background-color: #048245;
}
</style>
border-color css
<style>
span { border-color: #048245; }
span { border-color: rgb(4,130,69); }
td.TdClassName
{
border-color: #048245;
}
.TagClassName
{
border-color: #048245;
}
</style>