Shades of Salem #058C3C
Tints of Salem #058C3C
RGB
CMYK
RGB Variations
Color information
#058C3C (or 0x058C3C) is known color: Salem. HEX triplet: 05, 8C and 3C. RGB value is (5,140,60). Sum of RGB (Red+Green+Blue) = 5+140+60=205 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.44% from 205); Green value is 140 (55.08% from 255 or 68.29% from 205); Blue value is 60 (23.83% from 255 or 29.27% from 205); Max value from RGB is 140 - color contains mainly: green. Hex color #058C3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058C3C is #FA73C3. Grayscale: #5A5A5A. Windows color (decimal): -16413636 or 3968005. OLE color: 3968005.
HSL color Cylindrical-coordinate representation of color #058C3C: hue angle of 144.44º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058C3C is Cyan = 0.96, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 140 | 60 | - |
| CMYK | 0.96 | 0 | 0.57 | 0.45 |
| HSL | 144.44º | 0.93% | 0.28% | - |
| HSV(B) | 144.44º | 0.96% | 0.55% | - |
| XYZ | 10.26 | 19.11 | 7.42 | - |
| YUV | 90.52 | 110.77 | 67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 140 | 60 | 0.96 | 0 | 0.57 | 0.45 | 144.44 | 0.93 | 0.28 |
| Hex | 5 | 8C | 3C | 60 | 0 | 39 | 2D | 90 | 5D | 1C |
| Octal | 5 | 214 | 74 | 140 | 0 | 71 | 55 | 220 | 135 | 34 |
| Binary | 101 | 10001100 | 111100 | 1100000 | 0 | 111001 | 101101 | 10010000 | 1011101 | 11100 |
Color Harmonies of #058C3C
Complementary color
Monochromatic Colors of #058C3C
Black with #058C3C
Text Example
Text Example
White with #058C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058C3C; }
p { color: rgb(5,140,60); }
H1.HeaderClassName
{
color: #058C3C;
}
.AnyTagClassName
{
color: #058C3C;
}
</style>
background-color css
<style>
a { background-color: #058C3C; }
a { background-color: rgb(5,140,60); }
div.DivClassName
{
background-color: #058C3C;
}
.BgClassName
{
background-color: #058C3C;
}
</style>
border-color css
<style>
span { border-color: #058C3C; }
span { border-color: rgb(5,140,60); }
td.TdClassName
{
border-color: #058C3C;
}
.TagClassName
{
border-color: #058C3C;
}
</style>