Shades of Salem #058949
Tints of Salem #058949
RGB
CMYK
RGB Variations
Color information
#058949 (or 0x058949) is known color: Salem. HEX triplet: 05, 89 and 49. RGB value is (5,137,73). Sum of RGB (Red+Green+Blue) = 5+137+73=215 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.33% from 215); Green value is 137 (53.91% from 255 or 63.72% from 215); Blue value is 73 (28.91% from 255 or 33.95% from 215); Max value from RGB is 137 - color contains mainly: green. Hex color #058949 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058949 is #FA76B6. Grayscale: #5A5A5A. Windows color (decimal): -16414391 or 4819205. OLE color: 4819205.
HSL color Cylindrical-coordinate representation of color #058949: hue angle of 150.91º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058949 is Cyan = 0.96, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 5 | 137 | 73 | - |
| CMYK | 0.96 | 0 | 0.47 | 0.46 |
| HSL | 150.91º | 0.93% | 0.28% | - |
| HSV(B) | 150.91º | 0.96% | 0.54% | - |
| XYZ | 10.21 | 18.4 | 9.32 | - |
| YUV | 90.24 | 118.27 | 67.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 137 | 73 | 0.96 | 0 | 0.47 | 0.46 | 150.91 | 0.93 | 0.28 |
| Hex | 5 | 89 | 49 | 60 | 0 | 2F | 2E | 97 | 5D | 1C |
| Octal | 5 | 211 | 111 | 140 | 0 | 57 | 56 | 227 | 135 | 34 |
| Binary | 101 | 10001001 | 1001001 | 1100000 | 0 | 101111 | 101110 | 10010111 | 1011101 | 11100 |
Color Harmonies of #058949
Complementary color
Monochromatic Colors of #058949
Black with #058949
Text Example
Text Example
White with #058949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058949; }
p { color: rgb(5,137,73); }
H1.HeaderClassName
{
color: #058949;
}
.AnyTagClassName
{
color: #058949;
}
</style>
background-color css
<style>
a { background-color: #058949; }
a { background-color: rgb(5,137,73); }
div.DivClassName
{
background-color: #058949;
}
.BgClassName
{
background-color: #058949;
}
</style>
border-color css
<style>
span { border-color: #058949; }
span { border-color: rgb(5,137,73); }
td.TdClassName
{
border-color: #058949;
}
.TagClassName
{
border-color: #058949;
}
</style>