Shades of Salem #078348
Tints of Salem #078348
RGB
CMYK
RGB Variations
Color information
#078348 (or 0x078348) is known color: Salem. HEX triplet: 07, 83 and 48. RGB value is (7,131,72). Sum of RGB (Red+Green+Blue) = 7+131+72=210 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.33% from 210); Green value is 131 (51.56% from 255 or 62.38% from 210); Blue value is 72 (28.52% from 255 or 34.29% from 210); Max value from RGB is 131 - color contains mainly: green. Hex color #078348 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078348 is #F87CB7. Grayscale: #575757. Windows color (decimal): -16284856 or 4752135. OLE color: 4752135.
HSL color Cylindrical-coordinate representation of color #078348: hue angle of 151.45º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078348 is Cyan = 0.95, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 7 | 131 | 72 | - |
| CMYK | 0.95 | 0 | 0.45 | 0.49 |
| HSL | 151.45º | 0.9% | 0.27% | - |
| HSV(B) | 151.45º | 0.95% | 0.51% | - |
| XYZ | 9.37 | 16.75 | 8.87 | - |
| YUV | 87.2 | 119.42 | 70.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 131 | 72 | 0.95 | 0 | 0.45 | 0.49 | 151.45 | 0.9 | 0.27 |
| Hex | 7 | 83 | 48 | 5F | 0 | 2D | 31 | 97 | 5A | 1B |
| Octal | 7 | 203 | 110 | 137 | 0 | 55 | 61 | 227 | 132 | 33 |
| Binary | 111 | 10000011 | 1001000 | 1011111 | 0 | 101101 | 110001 | 10010111 | 1011010 | 11011 |
Color Harmonies of #078348
Complementary color
Monochromatic Colors of #078348
Black with #078348
Text Example
Text Example
White with #078348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078348; }
p { color: rgb(7,131,72); }
H1.HeaderClassName
{
color: #078348;
}
.AnyTagClassName
{
color: #078348;
}
</style>
background-color css
<style>
a { background-color: #078348; }
a { background-color: rgb(7,131,72); }
div.DivClassName
{
background-color: #078348;
}
.BgClassName
{
background-color: #078348;
}
</style>
border-color css
<style>
span { border-color: #078348; }
span { border-color: rgb(7,131,72); }
td.TdClassName
{
border-color: #078348;
}
.TagClassName
{
border-color: #078348;
}
</style>