Shades of Salem #058741
Tints of Salem #058741
RGB
CMYK
RGB Variations
Color information
#058741 (or 0x058741) is known color: Salem. HEX triplet: 05, 87 and 41. RGB value is (5,135,65). Sum of RGB (Red+Green+Blue) = 5+135+65=205 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.44% from 205); Green value is 135 (53.12% from 255 or 65.85% from 205); Blue value is 65 (25.78% from 255 or 31.71% from 205); Max value from RGB is 135 - color contains mainly: green. Hex color #058741 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058741 is #FA78BE. Grayscale: #585858. Windows color (decimal): -16414911 or 4294405. OLE color: 4294405.
HSL color Cylindrical-coordinate representation of color #058741: hue angle of 147.69º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058741 is Cyan = 0.96, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 5 | 135 | 65 | - |
| CMYK | 0.96 | 0 | 0.52 | 0.47 |
| HSL | 147.69º | 0.93% | 0.27% | - |
| HSV(B) | 147.69º | 0.96% | 0.53% | - |
| XYZ | 9.68 | 17.74 | 7.92 | - |
| YUV | 88.15 | 114.93 | 68.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 135 | 65 | 0.96 | 0 | 0.52 | 0.47 | 147.69 | 0.93 | 0.27 |
| Hex | 5 | 87 | 41 | 60 | 0 | 34 | 2F | 94 | 5D | 1B |
| Octal | 5 | 207 | 101 | 140 | 0 | 64 | 57 | 224 | 135 | 33 |
| Binary | 101 | 10000111 | 1000001 | 1100000 | 0 | 110100 | 101111 | 10010100 | 1011101 | 11011 |
Color Harmonies of #058741
Complementary color
Monochromatic Colors of #058741
Black with #058741
Text Example
Text Example
White with #058741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058741; }
p { color: rgb(5,135,65); }
H1.HeaderClassName
{
color: #058741;
}
.AnyTagClassName
{
color: #058741;
}
</style>
background-color css
<style>
a { background-color: #058741; }
a { background-color: rgb(5,135,65); }
div.DivClassName
{
background-color: #058741;
}
.BgClassName
{
background-color: #058741;
}
</style>
border-color css
<style>
span { border-color: #058741; }
span { border-color: rgb(5,135,65); }
td.TdClassName
{
border-color: #058741;
}
.TagClassName
{
border-color: #058741;
}
</style>