Shades of Salem #058048
Tints of Salem #058048
RGB
CMYK
RGB Variations
Color information
#058048 (or 0x058048) is known color: Salem. HEX triplet: 05, 80 and 48. RGB value is (5,128,72). Sum of RGB (Red+Green+Blue) = 5+128+72=205 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.44% from 205); Green value is 128 (50.39% from 255 or 62.44% from 205); Blue value is 72 (28.52% from 255 or 35.12% from 205); Max value from RGB is 128 - color contains mainly: green. Hex color #058048 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058048 is #FA7FB7. Grayscale: #545454. Windows color (decimal): -16416696 or 4751365. OLE color: 4751365.
HSL color Cylindrical-coordinate representation of color #058048: hue angle of 152.68º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058048 is Cyan = 0.96, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 5 | 128 | 72 | - |
| CMYK | 0.96 | 0 | 0.44 | 0.50 |
| HSL | 152.68º | 0.92% | 0.26% | - |
| HSV(B) | 152.68º | 0.96% | 0.5% | - |
| XYZ | 8.95 | 15.94 | 8.74 | - |
| YUV | 84.84 | 120.75 | 71.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 128 | 72 | 0.96 | 0 | 0.44 | 0.50 | 152.68 | 0.92 | 0.26 |
| Hex | 5 | 80 | 48 | 60 | 0 | 2C | 32 | 99 | 5C | 1A |
| Octal | 5 | 200 | 110 | 140 | 0 | 54 | 62 | 231 | 134 | 32 |
| Binary | 101 | 10000000 | 1001000 | 1100000 | 0 | 101100 | 110010 | 10011001 | 1011100 | 11010 |
Color Harmonies of #058048
Complementary color
Monochromatic Colors of #058048
Black with #058048
Text Example
Text Example
White with #058048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058048; }
p { color: rgb(5,128,72); }
H1.HeaderClassName
{
color: #058048;
}
.AnyTagClassName
{
color: #058048;
}
</style>
background-color css
<style>
a { background-color: #058048; }
a { background-color: rgb(5,128,72); }
div.DivClassName
{
background-color: #058048;
}
.BgClassName
{
background-color: #058048;
}
</style>
border-color css
<style>
span { border-color: #058048; }
span { border-color: rgb(5,128,72); }
td.TdClassName
{
border-color: #058048;
}
.TagClassName
{
border-color: #058048;
}
</style>