Shades of Salem #0C7C53
Tints of Salem #0C7C53
RGB
CMYK
RGB Variations
Color information
#0C7C53 (or 0x0C7C53) is known color: Salem. HEX triplet: 0C, 7C and 53. RGB value is (12,124,83). Sum of RGB (Red+Green+Blue) = 12+124+83=219 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.48% from 219); Green value is 124 (48.83% from 255 or 56.62% from 219); Blue value is 83 (32.81% from 255 or 37.90% from 219); Max value from RGB is 124 - color contains mainly: green. Hex color #0C7C53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C7C53 is #F383AC. Grayscale: #555555. Windows color (decimal): -15958957 or 5471244. OLE color: 5471244.
HSL color Cylindrical-coordinate representation of color #0C7C53: hue angle of 158.04º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C7C53 is Cyan = 0.90, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 12 | 124 | 83 | - |
| CMYK | 0.90 | 0 | 0.33 | 0.51 |
| HSL | 158.04º | 0.82% | 0.27% | - |
| HSV(B) | 158.04º | 0.9% | 0.49% | - |
| XYZ | 8.92 | 15.12 | 10.63 | - |
| YUV | 85.84 | 126.39 | 75.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 124 | 83 | 0.90 | 0 | 0.33 | 0.51 | 158.04 | 0.82 | 0.27 |
| Hex | C | 7C | 53 | 5A | 0 | 21 | 33 | 9E | 52 | 1B |
| Octal | 14 | 174 | 123 | 132 | 0 | 41 | 63 | 236 | 122 | 33 |
| Binary | 1100 | 1111100 | 1010011 | 1011010 | 0 | 100001 | 110011 | 10011110 | 1010010 | 11011 |
Color Harmonies of #0C7C53
Complementary color
Monochromatic Colors of #0C7C53
Black with #0C7C53
Text Example
Text Example
White with #0C7C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7C53; }
p { color: rgb(12,124,83); }
H1.HeaderClassName
{
color: #0C7C53;
}
.AnyTagClassName
{
color: #0C7C53;
}
</style>
background-color css
<style>
a { background-color: #0C7C53; }
a { background-color: rgb(12,124,83); }
div.DivClassName
{
background-color: #0C7C53;
}
.BgClassName
{
background-color: #0C7C53;
}
</style>
border-color css
<style>
span { border-color: #0C7C53; }
span { border-color: rgb(12,124,83); }
td.TdClassName
{
border-color: #0C7C53;
}
.TagClassName
{
border-color: #0C7C53;
}
</style>